- AbstractBuilder<EL extends Element,OUT> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
Base class for mapping elements to representations for mapping.
- AbstractBuilder(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
-
Constructor
- AbstractDotFileFormat - Class in org.gradoop.flink.io.impl.dot.functions
-
Base class for implementing a dot formatting.
- AbstractDotFileFormat() - Constructor for class org.gradoop.flink.io.impl.dot.functions.AbstractDotFileFormat
-
- AbstractDurationAggregateFunction - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
-
Abstract base class for functions aggregating the duration of temporal elements for a certain
TimeDimension.
- AbstractFilter<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
Base class for filtering elements based on their matches.
- AbstractFilter(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
-
Constructor
- AbstractFixSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
-
Abstract class that provides generic methods for PropertyValueStrategy classes that
handle data types with a fixed size.
- AbstractFixSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractFixSizedPropertyValueStrategy
-
- AbstractRichCombinedFilterFunction<T> - Class in org.gradoop.flink.model.impl.functions.filters
-
- AbstractRichCombinedFilterFunction(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
-
Constructor setting the component filter functions that this filter is
composed of.
- AbstractTimeAggregateFunction - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
-
An abstract super class for aggregation functions that aggregate a time of a temporal element.
- AbstractTimeAggregateFunction(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
-
Sets attributes used to initialize this aggregate function.
- AbstractVariableSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
-
Abstract class that provides generic methods for PropertyValueStrategy classes that
handle data types with a variable size.
- AbstractVariableSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractVariableSizedPropertyValueStrategy
-
- AccumulatePropagatedValues<V extends Vertex> - Class in org.gradoop.dataintegration.transformation.functions
-
This
CoGroupFunction accumulates all properties that might be send to a vertex and
stores them in a
PropertyValue list.
- AccumulatePropagatedValues(String, Set<String>) - Constructor for class org.gradoop.dataintegration.transformation.functions.AccumulatePropagatedValues
-
The constructor of the co group function for accumulation of collected property values.
- ACCUMULO_AUTHORIZATIONS - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
accumulo authorizations, default Authorizations.EMPTY
- ACCUMULO_INSTANCE - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
accumulo instance name, default "gradoop"
- ACCUMULO_PASSWD - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
accumulo password for accumulo connector, default empty
- ACCUMULO_TABLE_PREFIX - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
accumulo table prefix, you can define namespace and store prefix here
- ACCUMULO_USER - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
accumulo user for accumulo connector, default "root"
- AccumuloDataSink - Class in org.gradoop.storage.accumulo.impl.io
-
Write graph or graph collection into accumulo store
- AccumuloDataSink(AccumuloEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
-
Creates a new Accumulo data sink.
- AccumuloDataSource - Class in org.gradoop.storage.accumulo.impl.io
-
Read logic graph or graph collection from accumulo store
- AccumuloDataSource(AccumuloEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
Creates a new Accumulo data source.
- AccumuloDefault - Class in org.gradoop.storage.accumulo.impl.constants
-
Default Accumulo configuration (auto config value)
- AccumuloDefault() - Constructor for class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
-
- AccumuloEdgeHandler - Class in org.gradoop.storage.accumulo.impl.handler
-
Accumulo edge handler for row's read/write operator
- AccumuloEdgeHandler(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloEdgeHandler
-
Accumulo edge handler constructor
- AccumuloElementFilter<T extends Element> - Interface in org.gradoop.storage.accumulo.impl.predicate.filter.api
-
Accumulo Element Filter
- AccumuloEPGMStore - Class in org.gradoop.storage.accumulo.impl
-
Default Accumulo EPGM graph store that handles reading and writing vertices and
graphs from and to Accumulo, It is designed thread-safe.
- AccumuloEPGMStore(GradoopAccumuloConfig) - Constructor for class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
Creates an AccumuloEPGMStore based on the given parameters.
- AccumuloFilters - Class in org.gradoop.storage.accumulo.utils
-
Accumulo filters collection utils
- AccumuloFilters() - Constructor for class org.gradoop.storage.accumulo.utils.AccumuloFilters
-
- AccumuloGraphHandler - Class in org.gradoop.storage.accumulo.impl.handler
-
accumulo graph head handler for row's read/write operator
- AccumuloGraphHandler(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloGraphHandler
-
graph head handler constructor
- AccumuloLabelIn<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Accumulo label equality predicate implement
- AccumuloLabelIn(String...) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelIn
-
Create a new label equality filter
- AccumuloLabelReg<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Accumulo label regex predicate implement
- AccumuloLabelReg(Pattern) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelReg
-
Create a new label regex filter
- AccumuloPropEquals<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Accumulo property equality implement
- AccumuloPropEquals(String, Object) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropEquals
-
Create a new property equals filter
- AccumuloPropLargerThan<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Accumulo property value compare predicate implement
- AccumuloPropLargerThan(String, Object, boolean) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropLargerThan
-
Create a new property compare filter
- AccumuloPropReg<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Accumulo property regex predicate implement
- AccumuloPropReg(String, Pattern) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropReg
-
Create a new label regex filter
- AccumuloQueryHolder<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.query
-
Accumulo predicate filter definition, this is a internal model, should not be used outside
- AccumuloRowHandler<R extends EPGMElement,W extends Element> - Interface in org.gradoop.storage.accumulo.impl.handler
-
Accumulo row handler
- AccumuloTables - Class in org.gradoop.storage.accumulo.impl.constants
-
Accumulo table constants definition
- AccumuloTables() - Constructor for class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
-
- AccumuloTables.KEY - Class in org.gradoop.storage.accumulo.impl.constants
-
cf or cq constants key
- AccumuloVertexHandler - Class in org.gradoop.storage.accumulo.impl.handler
-
Accumulo vertex handler for row's read/write operator
- AccumuloVertexHandler(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloVertexHandler
-
vertex handler factory constructor
- add(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Adds the given gradoop id to the set.
- add(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
-
Adds two numerical property values.
- add(Point) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Defines how to sum up two points.
- add(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Add another vector to this vector and return the result
- add(Step) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
-
Add a step to the traversal code.
- add(PlanTableEntry) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
-
- add(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Appends a reference to an Vertex/Edge to the embedding
- add(GradoopId, PropertyValue...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Appends a GradoopId as well as the specified properties to the embedding.
- add(GradoopId...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Adds an IdList a.k.a.
- addAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Adds an aggregate function to the current list of aggregators.
- addAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Adds the given gradoop ids to the set.
- addAll(Collection<? extends GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Adds the given gradoop ids to the set.
- addAll(GradoopId...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Appends all ids to the embeddings
- addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- addBackground(byte[]) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
-
Draw a background behind the image.
- addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdConverter
-
- addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertyValueConverter
-
- addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.StringConverter
-
- AddCount<T> - Class in org.gradoop.flink.model.impl.functions.utils
-
t => (t, count)
- AddCount() - Constructor for class org.gradoop.flink.model.impl.functions.utils.AddCount
-
- addEdge(int[], int, int, int, int, int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtils
-
Add an edge to a graph multiplex.
- addEdge(int[], int, int, int, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtilsBase
-
- addEdge(int, int, String, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Convenience method to add an edge.
- addEdge(int, String, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Convenience method to add a new edge.
- addEdgeAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Add an aggregate function which is applied on all edges represented by a single super edge
which do not have a specific label group.
- addEdgeGroupingKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a property key to the edge grouping keys for edges which do not have a specific
label group.
- addEdgeGroupingKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a list of property keys to the edge grouping keys for edges which do not have a
specific label group.
- addEdgeLabelGroup(String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys for a specific label.
- addEdgeLabelGroup(String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys and the aggregate functions for a
specific label.
- addEdgeLabelGroup(String, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys for a specific label.
- addEdgeLabelGroup(String, String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys and the aggregate functions for a
specific label.
- addElement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Updates the statistics by adding a new element's data
- AddEmbeddingElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions
-
Adds
Embedding columns based on a given set of variables.
- AddEmbeddingElements(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions.AddEmbeddingElements
-
Creates a new function
- AddEmbeddingsElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add
-
- AddEmbeddingsElements(DataSet<Embedding>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
-
New embeddings add operator
- addExtension(int[], int, int, boolean, int, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
-
Extends a parent DFS code's multiplex
- addGlobalEdgeAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Add an aggregate function which is applied on all edges represented by a single super edge.
- addGlobalVertexAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Add an aggregate function which is applied on all vertices represented by a single super
vertex.
- addGradoopIdField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
Adds a parquet type for a gradoop id field.
- addGradoopIdSetField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
Adds a parquet type for a gradoop id set field.
- AddGraphElementToNewGraph<GE extends GraphElement,G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
(GE) -> (GE (+ GraphHead), GraphHead)
- AddGraphElementToNewGraph(GraphHeadFactory<G>, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AddGraphElementToNewGraph
-
Constructor
- addGraphId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.GraphElement
-
Adds that element to the given graphId.
- addGraphId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
- addGraphId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
- addGraphIds(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- addGraphIds(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- addGraphIds(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- addGraphIds(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- AddGraphsToElements<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Add all gradoop ids in the second field of the first tuple to the element.
- AddGraphsToElements() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddGraphsToElements
-
- addKeyToElement(E, Object) - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
-
Store a key on an element.
- addKeyToElement(E, Object) - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
-
Store a key on an element.
- addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
- addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
-
- AddMatchesToProperties<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Adds a property to a graph that states if the graph contained the embedding.
- AddMatchesToProperties() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
-
Constructor using the default property key.
- AddMatchesToProperties(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
-
Constructor with custom property key.
- AddMaxDegreeCrossFunction<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
A cross function that adds the max degree to all vertices.
- AddMaxDegreeCrossFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.AddMaxDegreeCrossFunction
-
Creates an instance of this cross function.
- AddNewGraphsToEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.split.functions
-
Adds new graph id's to the edge if source and target vertex are part of
the same graph.
- AddNewGraphsToEdge() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToEdge
-
- AddNewGraphsToVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.split.functions
-
Adds new graph ids to the initial vertex set
- AddNewGraphsToVertex() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToVertex
-
- AddNewIdToDuplicatedEdge - Class in org.gradoop.flink.model.impl.operators.fusion
-
It can be possible to reuse an edge.
- AddNewIdToDuplicatedEdge() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.AddNewIdToDuplicatedEdge
-
- AddPageRankScoresToVertexCrossFunction<V extends Vertex,G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Writes the PageRank-scores stored in the graphHead to all vertices.
- AddPageRankScoresToVertexCrossFunction() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.AddPageRankScoresToVertexCrossFunction
-
- addPredicate(P) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Add a single predicate to the collection
- addPredicates(List<P>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Add a list of predicates
- addPropertiesField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
Adds a parquet type for a properties field.
- addPropertyKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Adds a property key to the current list of keys.
- addPropertyValues(PropertyValue...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Adds the list of properties to the embedding
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- addStringField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
Adds a parquet type for a string field.
- addSubEdge(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Add a sub-edge to this edge
- addSubEdges(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Add amultiple sub-edges to this edge
- addSubVertex(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Add a sub-vertex to this vertex
- addSubVertices(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Add multiple sub-vertices to this vertex
- AddSumDegreesToGraphHeadCrossFunction - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Writes the sum of vertex degrees as property to the graphHead.
- AddSumDegreesToGraphHeadCrossFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AddSumDegreesToGraphHeadCrossFunction
-
Constructor
- addTimeInterval(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
Adds a parquet type for a time interval (Tuple2<Long, Long>) field.
- AddToGraph<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Adds the given graph head identifier to the graph element.
- AddToGraph(GraphHead) - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraph
-
Creates a new GraphContainmentUpdater
- AddToGraphBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Adds the given graph head identifier to the graph element.
- AddToGraphBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
-
- AddTrivialConstraints - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Adds constraints a.tx_from<=a.tx_to and a.val_from<=a.val_to
for every variable a.
- AddTrivialConstraints() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraints
-
- addVertex(String) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Convenience method to add a new vertex.
- addVertexAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Add an aggregate function which is applied on all vertices represented by a single super
vertex which do not have a specific label group.
- addVertexGroupingKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a property key to the vertex grouping keys for vertices which do not have a specific
label group.
- addVertexGroupingKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a list of property keys to the vertex grouping keys for vertices which do not have a
specific label group.
- addVertexLabelGroup(String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys for a specific label.
- addVertexLabelGroup(String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys and the aggregate functions for a
specific label.
- addVertexLabelGroup(String, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys for a specific label.
- addVertexLabelGroup(String, String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Adds a vertex label group which defines the grouping keys and the aggregate functions for a
specific label.
- addVisitedOutEdge(Long) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
-
Adds an id to the list of visited outgoing edges.
- AdjacencyList<ID extends Comparable<ID>,L extends Comparable<L>,ED,VD> - Class in org.gradoop.flink.representation.transactional
-
Traversal optimized representation of a graph transaction.
- AdjacencyList() - Constructor for class org.gradoop.flink.representation.transactional.AdjacencyList
-
Default constructor.
- AdjacencyList(EPGMGraphHead, Map<ID, L>, Map<ID, Properties>, Map<ID, AdjacencyListRow<ED, VD>>, Map<ID, AdjacencyListRow<ED, VD>>) - Constructor for class org.gradoop.flink.representation.transactional.AdjacencyList
-
Constructor.
- AdjacencyListCell<ED,VD> - Class in org.gradoop.flink.representation.common.adjacencylist
-
Entry of an adjacency list.
- AdjacencyListCell(ED, VD) - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
-
Constructor.
- AdjacencyListCellComparator<ED extends Comparable<ED>,VD extends Comparable<VD>> - Class in org.gradoop.flink.representation.common.adjacencylist
-
Comparator for adjacency list cells.
- AdjacencyListCellComparator() - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCellComparator
-
- AdjacencyListRow<ED,VD> - Class in org.gradoop.flink.representation.common.adjacencylist
-
Traversal optimized representation of a vertex.
- AdjacencyListRow() - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
Default constructor.
- AdjacencyListRow(Collection<AdjacencyListCell<ED, VD>>) - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
Constructor.
- AdjacencyMatrix - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
creates a string representation of an adjacency matrix
- AdjacencyMatrix() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.AdjacencyMatrix
-
- AdoptEmptyPaths - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
-
Input embeddings are extended by an empty path and an additional entry which equals the entry at
the expand column.
- AdoptEmptyPaths(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.AdoptEmptyPaths
-
Creates a new UDF instance
- AgeRoundedTo10<E extends Attributed> - Class in org.gradoop.examples.keyedgrouping.functions
-
A custom key-function extracting the birthday property and rounding it to the next 10.
- AgeRoundedTo10() - Constructor for class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
-
- aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.examples.aggregation.functions.AggregateListOfNames
-
- aggregate(AggregateFunction...) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Applies the given aggregate functions to the base graph and stores the
result of those functions at the resulting graph using the given property keys.
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
-
Describes the aggregation logic.
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.average.Average
-
The aggregation logic for calculating the average.
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.bool.Or
-
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.max.Max
-
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.min.Min
-
- aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.sum.Sum
-
- aggregate(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Aggregates the aggregate values with values using the aggregate functions
- aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
-
- aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
-
- aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxTime
-
- aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinTime
-
- AggregateDefaultValue - Interface in org.gradoop.flink.model.api.functions
-
Describes an extension of an
AggregateFunction, in the case there
is a logical default, e.g., when counting specific vertex labels and there
is no such vertex than one can specify 0 which will be returned instead of
NULL.
- AggregateElements<T extends Element> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Applies aggregate functions to the elements.
- AggregateElements(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateElements
-
Creates a new instance of a AggregateElements group combine function.
- AggregateFunction - Interface in org.gradoop.flink.model.api.functions
-
Describes an aggregate function as input for the
Aggregation operator.
- AggregateListOfNames - Class in org.gradoop.examples.aggregation.functions
-
Custom vertex aggregate function that stores all values of the property 'name' over a set of
vertices as a comma separated list in a property named 'list_of_names'.
- AggregateListOfNames() - Constructor for class org.gradoop.examples.aggregation.functions.AggregateListOfNames
-
Creates a new instance of a AggregateListOfNames aggregate function.
- AggregateListOfWccEdges - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Aggregates the connected component ids from all edges as list of propertyValues.
- AggregateListOfWccEdges(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
-
Creates a new instance of a AggregateListOfWccEdges aggregate function.
- AggregateListOfWccVertices - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Aggregates the connected component ids from all vertices as list of propertyValues.
- AggregateListOfWccVertices(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
-
Creates a new instance of a AggregateListOfWccVertices aggregate function.
- AggregateMultipleFunctions - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
-
Calculates sum aggregates of multiple AggregateFunctions.
- AggregateMultipleFunctions(AggregationFunction<Long>[], int[]) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.AggregateMultipleFunctions
-
Calculates sum aggregate of multiple AggregationFunction.
- AggregateTransactions - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
- AggregateTransactions(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateTransactions
-
Creates a new instance of a AggregateTransactions map function.
- AggregateUtil - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Utility functions for the aggregation operator
- AggregateUtil() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateUtil
-
- Aggregation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.aggregation
-
Takes a logical graph and user defined aggregate functions as input.
- Aggregation(AggregateFunction...) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.Aggregation
-
Creates new aggregation.
- AggregationExample - Class in org.gradoop.examples.aggregation
-
A self contained example on how to use the aggregate operator on Gradoop's
LogicalGraph
class.
- AggregationExample() - Constructor for class org.gradoop.examples.aggregation.AggregationExample
-
- AggregationType - Enum in org.gradoop.temporal.model.impl.operators.metric.functions
-
Enum which holds three types of aggregation.
- All - Class in org.gradoop.temporal.model.impl.functions.predicates
-
A temporal predicate that matches all time intervals.
- All() - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.All
-
- AlphabeticalLabelComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
-
Label comparator ignoring their frequency.
- AlphabeticalLabelComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.AlphabeticalLabelComparator
-
- And - Class in org.gradoop.flink.model.impl.functions.bool
-
Logical "AND" as Flink function.
- And() - Constructor for class org.gradoop.flink.model.impl.functions.bool.And
-
- And<T> - Class in org.gradoop.flink.model.impl.functions.filters
-
A filter that combines multiple filters using a logical and.
- And(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.And
-
Constructor setting the filter to be combined with a logical and.
- and(FilterFunction<? super T>) - Method in interface org.gradoop.flink.model.impl.functions.filters.CombinableFilter
-
Combine this filter with another filter using a logical and.
- and(CNF) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Connects another CNF via AND.
- and(AccumuloElementFilter<T>) - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
-
Conjunctive operator
- And<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.calculate
-
Conjunctive predicate filter
- and(FilterImpl) - Method in interface org.gradoop.storage.common.predicate.filter.api.ElementFilter
-
Disjunctive operator for element filter
- and(HBaseElementFilter<T>) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
-
- And<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.calculate
-
Conjunctive predicate filter
- AndPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
-
Wraps an And predicate
- AndPredicate(And) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
Returns a new AndPredicate
- AndPredicate(And, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
Returns a new AndPredicate
- angle(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Calculates the (unsigned) angle between this vector and the given vecotr
- AnnotateWeaklyConnectedComponents<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents
-
A gradoop operator wrapping Flinks ScatterGatherIteration-Algorithm for ConnectedComponents
ConnectedComponents.
- AnnotateWeaklyConnectedComponents(String, int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
-
Constructor for connected components with property key and a maximum number of iterations.
- AnnotateWeaklyConnectedComponents(String, int, boolean) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
-
Constructor for connected components with property key and a maximum number of iterations
and a boolean to determine, if the component property is written to edges, too.
- append(PatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Adds all patterns and embeddings of another map.
- appendFromString(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Appends the given ASCII GDL to the graph handled by that loader.
- appendToDatabaseFromString(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Appends the given ASCII GDL String to the database.
- ApplicableUnaryBaseGraphToBaseGraphOperator<GC extends BaseGraphCollection> - Interface in org.gradoop.flink.model.api.operators
-
- applicator - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
The force-applicator used by layout().
- apply(EL, EL) - Method in class org.gradoop.dataintegration.transformation.impl.BasePropertyTransformationFunction
-
- apply(EPGMEdge, EPGMEdge) - Method in class org.gradoop.dataintegration.transformation.impl.InvertEdges
-
- apply(TE, TE) - Method in class org.gradoop.examples.common.functions.TransformLongPropertiesToDateTime
-
- apply(ApplicableUnaryBaseGraphToBaseGraphOperator<GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Applies a given unary graph to graph operator (e.g., aggregate) on each
base graph in the graph collection.
- apply(T) - Method in interface org.gradoop.flink.model.api.functions.Function
-
Creates output from given input.
- apply(EL, EL) - Method in interface org.gradoop.flink.model.api.functions.TransformationFunction
-
The method takes the current version of the element and a copy of that
element as input.
- apply(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.PropertyGetter
-
- apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RemoveProperties
-
- apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RenameLabel
-
- apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RenamePropertyKeys
-
- apply(LVertex, Force, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Apply force to vertex.
- apply(Vector, Vector, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Raw version of apply() using just vectors.
- ApplyAggregateElements<T extends Element> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Applies vertex aggregate functions to vertices with the same graph id.
- ApplyAggregateElements(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.ApplyAggregateElements
-
Creates a new instance of a ApplyAggregateElements group combine function.
- ApplyAggregation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.aggregation
-
Takes a collection of base graphs and user defined aggregate functions as
input.
- ApplyAggregation(AggregateFunction...) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
-
Creates a new operator instance.
- applyEdgePredicate(ElementQuery<AccumuloElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
- applyEdgePredicate(EQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
-
Returns a copy of the DataSource with added predicates.
- applyEdgePredicate(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
-
- applyForces(DataSet<LVertex>, DataSet<Force>, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Applies the given forces to the given vertices.
- applyForces(DataSet<LVertex>, DataSet<Force>, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
- applyGraphPredicate(ElementQuery<AccumuloElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
- applyGraphPredicate(GQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
-
Returns a copy of the DataSource with added predicates.
- applyGraphPredicate(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
-
- applyQuery(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
-
Applies the given ElementQuery to the handler.
- applyQuery(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
-
Applies the given ElementQuery to the handler.
- applyQuery(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
-
Applies the given ElementQuery to the handler.
- applyQuery(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
-
- applyQuery(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
-
- applyQuery(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
-
- applyResult(E, PropertyValue) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
-
Add result to aggregated element.
- applyResult(E, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
-
- ApplySubgraph<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.subgraph
-
Extracts a subgraph from each base graph in a graph collection using
the given filter functions.
- ApplySubgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
-
Creates a new sub graph operator instance.
- ApplyTransformation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.transformation
-
Applies the transformation operator on on all base graphs in a graph collection.
- ApplyTransformation(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
-
Creates a new operator instance.
- applyVertexPredicate(ElementQuery<AccumuloElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
- applyVertexPredicate(VQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
-
Returns a copy of the DataSource with added predicates.
- applyVertexPredicate(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
-
- area(int, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
Override default layout-space size
Default: width = height = Math.sqrt(Math.pow(k, 2) * numberOfVertices) * 0.5
- area(int, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Override default layout-space size
Default: width = height = Math.sqrt(Math.pow(k, 2) * numberOfVertices) * 0.5
- arrToImg(byte[]) - Static method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Convert byte[] to BufferedImage
- asAggregateFunctions(List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
-
Extract aggregate functions from a list of label groups.
- AsciiGraphLoader<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.util
-
Creates collections of graphs, vertices and edges from a given GDL script.
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
Converts the predicate into conjunctive normal form
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
-
Converts the predicate into conjunctive normal form
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
Converts the predicate into conjunctive normal form
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
-
Converts the predicate into conjunctive normal form
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Converts the predicate into conjunctive normal form
- asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
-
Converts the predicate into Conjunctive Normal Form
- asKeyFunction(boolean, List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
-
Create a label-specific key function from a list of label groups.
- asKeyFunctions(boolean, List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
-
Convert label groups to key functions.
- asOf(long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using the temporal predicate AS OF timestamp
where timestamp is a timestamp in milliseconds.
- AsOf - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the AsOf predicate.
- AsOf(long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.AsOf
-
Creates an AsOf instance with the given time-stamp.
- AsOf(LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.AsOf
-
Creates an AsOf instance with the given time-stamp.
- attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
-
Attach scanner iterator setting
- attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
-
- attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
-
- attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
-
- attractionForces(DataSet<LVertex>, DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Compute the attractive-forces between all vertices connected by edges.
- Attributed - Interface in org.gradoop.common.model.api.entities
-
Used to describe entities that can have properties.
- AUTHORIZATION - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
-
gradoop access authorizations
- Average - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.average
-
Base interface for aggregate functions determining the average of some value.
This aggregate function uses a list of two property values for aggregation internally.
- AverageClusteringCoefficient<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
-
Calculates the average local clustering coefficient of a graph and writes it to the graph head.
- AverageClusteringCoefficient() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageClusteringCoefficient
-
- AverageDegree - Class in org.gradoop.flink.model.impl.operators.statistics
-
Calculates the average degree of a graph and writes it to the graph head.
- AverageDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageDegree
-
- AverageDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
-
Calculate the average duration of a time dimension of one given
TimeDimension of temporal elements.
- AverageDuration(String, TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
-
Creates a new instance of this aggregate function.
- AverageDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
-
- AverageDuration(TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
-
Creates a new instance of this aggregate function.
- AverageEdgeDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
-
Calculates the average duration of a time interval of a defined
TimeDimension of all edges.
- AverageEdgeDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageEdgeDuration
-
- AverageEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
-
Calculates the average of a numeric property value of all edges.
- AverageEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageEdgeProperty
-
Create an instance of this average aggregate function with a default aggregate property key.
- AverageEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageEdgeProperty
-
Create an instance of this average aggregate function.
- AverageIncomingDegree - Class in org.gradoop.flink.model.impl.operators.statistics
-
Calculates the average incoming degree of a graph and writes it to the graph head.
- AverageIncomingDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageIncomingDegree
-
- AverageOutgoingDegree - Class in org.gradoop.flink.model.impl.operators.statistics
-
Calculates the average outgoing degree of a graph and writes it to the graph head.
- AverageOutgoingDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageOutgoingDegree
-
- averagePosition(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.AverageVertexPositionsFunction
-
Calculates the average positions of the vertices.
- AverageProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
-
Base class for aggregate functions determining the average of a numeric property value.
- AverageProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
-
Creates a new instance of a base average aggregate function with a default aggregate property
key (will be the original property key with prefix avg_).
- AverageProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
-
Creates a new instance of a base average aggregate function.
- AverageVertexDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
-
Calculates the average duration of a time interval of a defined
TimeDimension of all vertices.
- AverageVertexDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageVertexDuration
-
- AverageVertexPositionsFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Computed the average position of all LVertices in a DataSet
- AverageVertexPositionsFunction() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.AverageVertexPositionsFunction
-
- AverageVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
-
Calculates the average of a numeric property value of all vertices.
- AverageVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageVertexProperty
-
Create an instance of this average aggregate function with a default aggregate property key.
- AverageVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageVertexProperty
-
Create an instance of this average aggregate function.
- CalculateAverageDegree - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Calculates the average degree, depending on the sum-value of the degree type
(degree, incomingDegree, outgoingDegree) stored as property in the graph head.
- CalculateAverageDegree(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateAverageDegree
-
Public constructor
- calculateDegreeAndCollect(GradoopId, TreeMap<Long, Integer>, Long, Long, Collector<Tuple4<GradoopId, Long, Long, Integer>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.BaseCalculateDegrees
-
Function calculates and collects the degree evolution for a given vertex and degree tree.
- CalculateDegreeCentrality - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Calculates the degree centrality of the graph
using the function: (Sum(d(max) - d(i)) / (v_count -2) * (v_count-1)
- CalculateDegreeCentrality() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDegreeCentrality
-
- CalculateDegreesDefaultTimesFlatMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
-
A flat map function calculating the resulting degree values for each vertex id by its corresponding degree
tree instance.
- CalculateDegreesDefaultTimesFlatMap() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesDefaultTimesFlatMap
-
- CalculateDegreesFlatMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
-
A flat map function calculating the resulting degree values for each vertex id by its corresponding degree
tree instance.
- CalculateDegreesFlatMap() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMap
-
- CalculateDensity - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Calculates the graph density and safes the value as property to the corresponding graphHead.
- CalculateDensity(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDensity
-
Public constructor
- calculateForce(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
-
Computes the repulsion force between two vertices ONLY FOR THE FIRST vertex
ATTENTION! Subsequent calls will modify previously returned results!
- calculateLayoutCenter(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Calculate the current center of the graph-layout
- calculateNewCentroidPosition(Iterable<Force>, Collector<Centroid>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
-
Expects the group of vertex-positions for a centroid.
- calculateNewCentroids(DataSet<Centroid>, DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Calculate the current centroids for the graph
- callForCollection(UnaryBaseGraphCollectionToBaseGraphCollectionOperator<GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Creates a graph collection using the given unary graph collection operator.
- callForCollection(BinaryBaseGraphCollectionToBaseGraphCollectionOperator<GC>, GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Calls the given binary collection to collection operator using this graph collection and the
input graph collection.
- callForCollection(UnaryBaseGraphToBaseGraphCollectionOperator<LG, GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a graph collection from this graph using the given unary graph operator.
- callForGraph(UnaryBaseGraphCollectionToBaseGraphOperator<GC, LG>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Calls the given unary collection to graph operator using this graph collection to get a graph of type
LG.
- callForGraph(UnaryBaseGraphToBaseGraphOperator<LG>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a base graph using the given unary graph operator.
- callForGraph(BinaryBaseGraphToBaseGraphOperator<LG>, LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a base graph from this graph and the input graph using the given binary operator.
- callForGraph(GraphsToGraphOperator, LogicalGraph...) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
-
Creates a logical graph from that graph and other graphs using the given operator.
- callForGraph(GraphsToGraphOperator, LogicalGraph...) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- callForValue(UnaryBaseGraphCollectionToValueOperator<GC, T>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Creates a value using the given unary collection to value operator.
- callForValue(BinaryBaseGraphCollectionToValueOperator<GC, T>, GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Calls the given binary collection to value operator using this graph collection and the
input graph collection.
- callForValue(UnaryBaseGraphToValueOperator<LG, T>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a value using the given unary graph to value operator.
- callForValue(BinaryBaseGraphToValueOperator<LG, T>, LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Calls the given binary graph to value operator using this graph and the input graph.
- callForValue(UnaryBaseGraphCollectionToValueOperator<GraphCollection, T>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- callForValue(BinaryBaseGraphCollectionToValueOperator<GraphCollection, T>, GraphCollection) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- callForValue(UnaryBaseGraphToValueOperator<LogicalGraph, T>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- callForValue(BinaryBaseGraphToValueOperator<LogicalGraph, T>, LogicalGraph) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- callForValue(UnaryBaseGraphToValueOperator<TemporalGraph, T>) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- callForValue(BinaryBaseGraphToValueOperator<TemporalGraph, T>, TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- callForValue(UnaryBaseGraphCollectionToValueOperator<TemporalGraphCollection, T>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- callForValue(BinaryBaseGraphCollectionToValueOperator<TemporalGraphCollection, T>, TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- candidateEdges - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
Candidate edges
- candidateEdgeTuples - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
candidate edges with extracted map key
- CandidateGenerator(VertexCompareFunction, Double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
-
Construct new instance
- CANONICAL_LABEL_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
-
Property key to store the canonical label.
- CANONICAL_LABEL_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
-
Property key to store the canonical label.
- CanonicalAdjacencyMatrixBuilder<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.tostring
-
Operator deriving a string representation from a graph collection.
- CanonicalAdjacencyMatrixBuilder(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
-
Creates a new MatrixBuilder instance.
- CanonicalLabeler - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization
-
Creates a canonical label for a given graph embedding that represents its
adjacency matrix.
- CanonicalLabeler(boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization.CanonicalLabeler
-
Constructor.
- canonicalLabeler - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
-
graph labeler
- CartesianProduct - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
-
This operator builds the cartesian product of two disjunct embeddings and combines them into a
single embedding.
- CartesianProduct(DataSet<Embedding>, DataSet<Embedding>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, CrossOperatorBase.CrossHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
-
New value join operator
- CartesianProductNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
-
- CartesianProductNode(PlanNode, PlanNode, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
-
Creates a new node.
- CartesianProductNode(PlanNode, PlanNode, MatchStrategy, MatchStrategy, CrossOperatorBase.CrossHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
-
Creates a new node.
- Cast<IN,T> - Class in org.gradoop.flink.model.impl.functions.utils
-
Casts an object of type IN to type T.
- Cast(Class<T>) - Constructor for class org.gradoop.flink.model.impl.functions.utils.Cast
-
Constructor
- CastTuple1IntToDouble - Class in org.gradoop.flink.model.impl.functions.tuple
-
A map function casting each Tuple1 from Integer to Double.
- CastTuple1IntToDouble() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.CastTuple1IntToDouble
-
- Categorizable - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Describes something categorizable.
- CATEGORY_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
-
Property key to store a category association.
- CategoryCharacteristicSubgraphs - Class in org.gradoop.flink.algorithms.fsm.transactional
-
abstract superclass of different implementations of the gSpan frequent
subgraph mining algorithm as Gradoop operator
- CategoryCharacteristicSubgraphs(FSMConfig, float) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
-
constructor
- CategoryCountableLabel - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
(category, label, frequency)
- CategoryCountableLabel() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
Default constructor.
- CategoryCountableLabel(String, String, Long) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
Constructor.
- CategoryEdgeLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => (category, label, 1)
- CategoryEdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryEdgeLabels
-
- CategoryFrequent - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Filters categorized labels by minimum category frequency.
- CategoryFrequent() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequent
-
- CategoryFrequentAndInteresting - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Evaluates subgraphs of different categories with regard to category
frequency and global interestingness.
- CategoryFrequentAndInteresting(float) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequentAndInteresting
-
Constructor.
- CategoryGraphCounts - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Creates a map of graph counts per category.
- CategoryGraphCounts() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryGraphCounts
-
- CategoryMinFrequencies - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Calculates category min frequencies from category graph counts.
- CategoryMinFrequencies(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryMinFrequencies
-
Constructor.
- CategoryVertexLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => (category, label, 1)
- CategoryVertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryVertexLabels
-
- CategoryWithCount - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => (category, 1)
- CategoryWithCount() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryWithCount
-
- CCSGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
-
Lightweight representation of a labeled graph transaction.
- CCSGraph(String, GradoopId, Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.CCSGraph
-
Constructor.
- CCSSingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => embedding(k=1),..
- CCSSingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSingleEdgeEmbeddings
-
Constructor.
- CCSSubgraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Representation of a subgraph.
- CCSSubgraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
Default constructor.
- CCSSubgraph(String, String, Long, Embedding, Boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
Constructor.
- CCSSubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
FSM subgraph -> Gradoop graph transaction
- CCSSubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphDecoder
-
Constructor.
- CCSSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Representation of a subgraph supported by a graph and all its local
embeddings.
- CCSSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
Default constructor
- CCSSubgraphOnly - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
(graphId, size, canonicalLabel, embeddings) => (canonicalLabel, frequency=1, sample embedding)
- CCSSubgraphOnly() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphOnly
-
- CCSWrapInSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
subgraphWithSampleEmbedding => subgraphWithEmbeddings
- CCSWrapInSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSWrapInSubgraphEmbeddings
-
Constructor.
- center - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
-
Current center of the graph
- CENTER_BROADCAST_NAME - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Name for the Center BroadcastSet
- Centroid - Class in org.gradoop.flink.model.impl.operators.kmeans.util
-
Centroid class, which is a specific point extended by an id.
- Centroid() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
-
Empty constructor of Centroid class
- Centroid(int, double, double) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
-
Creates an instance of a centroid with an id, a latitude, and a longitude
- Centroid(int, Point) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
-
Creates an instance of a centroid with an id and a point
- Centroid - Class in org.gradoop.flink.model.impl.operators.layouting.util
-
Represents a centroid for repulsion-force computation for the CentroidFRLayouter algorithm.
- Centroid(Vector, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Create a new Centroid.
- Centroid() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Default constructor to conform with POJO-Rules
- CENTROID_BROADCAST_NAME - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Name for the Centroid BroadcastSet
- CentroidAccumulator - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
-
Sums up the points that are assigned to the same centroid.
- CentroidAccumulator() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAccumulator
-
- CentroidAverager - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
-
Computes the average value of the points coordinates assigned to the same centroid.
- CentroidAverager() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAverager
-
- CentroidFRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
-
Layout a graph using approximate repulsive forces calculated using centroids as described
here
Very fast, even for large inputs.
- CentroidFRLayouter(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Create new CentroidFRLayouter
- CentroidRepulsionForceMapper - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Calculate repulsion-forces for vertices using centroids
- CentroidRepulsionForceMapper(FRRepulsionFunction) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
-
Create new calculator
- centroids - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
-
Current centroids
- centroids - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
-
List of current centroids.
- CentroidUpdater - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Bundles Operations to update the centroid dataset of the CentroidFRLayouter.
- CentroidUpdater(int, double, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
-
Create new updater
- cf - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
-
ComparisonFunction to use to compute similarity of vertices
- CF_META - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column family name for label.
- CF_PROPERTY_TYPE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column family name for property type.
- CF_PROPERTY_VALUE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column family name for property value.
- checkReoccurringHeader() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
-
Set checkReoccurringHeader flag.
- chooseDonorsAndAcceptors(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
Splits the vertices randomly into donor and acceptor-vertices (~50/50).
- chooseInitialCentroids(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
Randomly choose some vertex-positions as start centroids
- clamped(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Clamp this vector to a given length.
- cleanFilename(String) - Static method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
Replace illegal filename characters (<, >, :, ", /, \, |, ?, *) with '_'
and change the string to lower case.
- clear() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Clears the set.
- clear() - Method in class org.gradoop.common.model.impl.properties.Properties
-
Removes all elements from these properties.
- clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- clearGraphIds() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- clearGraphIds() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- clearGraphIds() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- clearGraphIds() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes id = 1;
- clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required bytes id = 1;
- clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required bytes id = 1;
- clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes id = 1;
- clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required bytes id = 1;
- clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required bytes id = 1;
- clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required string label = 2;
- clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required string label = 2;
- clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required string label = 2;
- clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required string label = 2;
- clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required string label = 2;
- clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required string label = 2;
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- clearSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes sourceId = 5;
- clearSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes sourceId = 5;
- clearTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes targetId = 6;
- clearTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes targetId = 6;
- clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txFrom = 7;
- clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txFrom = 4;
- clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txFrom = 5;
- clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txTo = 8;
- clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txTo = 5;
- clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txTo = 6;
- clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valFrom = 9;
- clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valFrom = 6;
- clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valFrom = 7;
- clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valTo = 10;
- clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valTo = 7;
- clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valTo = 8;
- ClientClosableIterator<R extends EPGMElement,E extends Element> - Class in org.gradoop.storage.accumulo.impl.iterator.client
-
Accumulo client closable iterator.
- ClientClosableIterator(BatchScanner, BaseElementIterator<E>, AccumuloRowHandler<R, E>, int) - Constructor for class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
-
cache closable iterator constructor
- clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- Clone<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Clones an element by replacing its id but keeping label and properties.
- Clone() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Clone
-
- clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- CloneAndReverse - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Clones and reverses the incoming triple:
(e,s,t,c) -> (e,s,t,true,c),(e,t,s,false,c)
- CloneAndReverse() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CloneAndReverse
-
Constructor
- Cloning<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.cloning
-
Creates a copy of the graph instance with new ids for the graph head, vertices and edges.
- Cloning() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.Cloning
-
- ClosableIterator<E> - Interface in org.gradoop.storage.common.iterator
-
Common Closable Iterator.
- close() - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
- close() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
-
Closes open buffers
- close() - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
-
- close() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- close() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
-
- close() - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
-
- close() - Method in class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
-
- close() - Method in class org.gradoop.storage.common.iterator.EmptyClosableIterator
-
- close() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseEdgeIterator
-
- close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseGraphIterator
-
- close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseVertexIterator
-
- closingColumn - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
Define the column which should be equal with the paths end
- ClusteringCoefficientBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Base class for Gradoop EPGM model wrapper for Flink Gellys implementation of the clustering coefficient
algorithm.
- ClusteringCoefficientBase() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
-
Creates an instance of the ClusteringCoefficientBase wrapper class.
- CNF - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
-
Represents a collection conjunct OrPredicates.
- CNF() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Creates a new conjunctive normal form with empty predicate list.
- CNF(List<CNFElement>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Creates a new conjunctive normal form with given predicate list.
- CNF(CNF) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Copy constructor for CNF.
- CNFElement - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
-
Represents a collection disjunct predicates
This can be used to represent a CNF
- CNFElement() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
Creates a new CNFElement with empty predicate list
- CNFElement(List<ComparisonExpression>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
Creats a new CNFElement with preset predicate list
- CNFEstimation - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
-
Class to estimate the selectivity of a CNF
- CNFEstimation(TemporalGraphStatistics, Map<String, TemporalGraphStatistics.ElementType>, Map<String, String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
-
Creates a new instance
- CNFEstimation(TemporalGraphStatistics, TemporalQueryHandler) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
-
Creates a new instance
- CNFPostProcessing - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing
-
Postprocessing pipeline for CNFs.
- CNFPostProcessing(List<QueryTransformation>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
-
Creates a new custom postprocessing pipeline
- CNFPostProcessing() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
-
Creates a default postprocessing pipeline:
1.
- coGroup(Iterable<Tuple2<GradoopId, PropertyValue>>, Iterable<V>, Collector<V>) - Method in class org.gradoop.dataintegration.transformation.functions.AccumulatePropagatedValues
-
- coGroup(Iterable<EPGMEdge>, Iterable<EPGMVertex>, Collector<Tuple2<EPGMVertex, List<NeighborhoodVertex>>>) - Method in class org.gradoop.dataintegration.transformation.functions.CreateNeighborList
-
- coGroup(Iterable<Tuple2<V, List<NeighborhoodVertex>>>, Iterable<Tuple2<V, List<NeighborhoodVertex>>>, Collector<E>) - Method in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
-
- coGroup(Iterable<Tuple2<GradoopId, EPGMGraphElement>>, Iterable<EPGMGraphHead>, Collector<GraphTransaction>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphElementsHeadsToTransaction
-
- coGroup(Iterable<L>, Iterable<R>, Collector<L>) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSide
-
- coGroup(Iterable<G>, Iterable<Tuple2<GradoopId, Map<String, PropertyValue>>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperties
-
- coGroup(Iterable<Tuple2<EPGMVertex, GradoopId>>, Iterable<Tuple2<EPGMVertex, GradoopId>>, Collector<Tuple2<EPGMVertex, GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupAssociateOldVerticesWithNewIds
-
- coGroup(Iterable<G>, Iterable<Tuple2<GradoopId, Boolean>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
-
- coGroup(Iterable<Tuple2<GradoopId, IdWithCandidates<GradoopId>>>, Iterable<Tuple2<GradoopId, TripleWithCandidates<GradoopId>>>, Collector<GraphWithCandidates>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildGraphWithCandidates
-
- CoGroupAssociateOldVerticesWithNewIds - Class in org.gradoop.flink.model.impl.operators.fusion.functions
-
Associates the old vertices with the new vertex fused ids.
- CoGroupAssociateOldVerticesWithNewIds() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupAssociateOldVerticesWithNewIds
-
Default constructor
- CoGroupGraphHeadToVertex - Class in org.gradoop.flink.model.impl.operators.fusion.functions
-
Associate each graph id in teh hypervertices' heads
to the merged vertices
- CoGroupGraphHeadToVertex() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupGraphHeadToVertex
-
Default constructor
- COL_GRAPHS - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column identifier for graphs.
- COL_LABEL - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column identifier for label.
- COL_SOURCE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column identifier for source vertex identifier.
- COL_TARGET - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
-
Column identifier for target vertex identifier.
- collect(WithCount<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Adds a pattern but no embeddings.
- CollectGradoopIds - Class in org.gradoop.flink.algorithms.btgs.functions
-
(a,b),(a,c) => (a,{b,c})
(a,{b,c}),(a,{d,e}) => (a,{b,c,d,e})
- CollectGradoopIds() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.CollectGradoopIds
-
- CollectionEquality<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
-
Operator to determine if two graph collections are equal according to given
string representations of graph heads, vertices and edges.
- CollectionEquality(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.equality.CollectionEquality
-
Constructor to set string representations.
- CollectionEqualityByGraphIds<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
-
Operator to determine if two collections contain the same graphs by id.
- CollectionEqualityByGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.equality.CollectionEqualityByGraphIds
-
- collectionToCsvString(Collection<?>) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
-
Returns a CSV string representation of a collection.
- CombiLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
-
- CombiLayouter(int, int, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
Create a new CombiLayouter.
- CombinableFilter<T> - Interface in org.gradoop.flink.model.impl.functions.filters
-
A filter function that can be combined using a logical and,
or and not.
- Combination<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.combination
-
Computes the combined graph from two base graph instances.
- Combination() - Constructor for class org.gradoop.flink.model.impl.operators.combination.Combination
-
- combine(Iterable<Tuple2<GradoopId, GradoopIdSet>>, Collector<Tuple2<GradoopId, GradoopIdSet>>) - Method in class org.gradoop.flink.algorithms.btgs.functions.CollectGradoopIds
-
- combine(Iterable<WithCount<int[]>>, Collector<WithCount<int[]>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.AggregateMultipleFunctions
-
- combine(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
Combines this embedding with another one.
- combine(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a new base graph by combining the vertex and edge sets of
this graph and the given graph.
- combine(Iterable<Tuple2<GradoopId, EPGMGraphElement>>, Collector<Tuple3<GradoopId, Set<EPGMVertex>, Set<EPGMEdge>>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphVerticesEdges
-
Creates vertex and edge sets for each transaction.
- combine(Iterable<GE>, Collector<GE>) - Method in class org.gradoop.flink.model.impl.functions.epgm.MergedGraphIds
-
- combine(Iterable<WithCount<T>>, Collector<WithCount<T>>) - Method in class org.gradoop.flink.model.impl.functions.utils.SumCount
-
- combine(Iterable<T>, Collector<Map<String, PropertyValue>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateElements
-
- combine(Iterable<Tuple2<GradoopId, T>>, Collector<Tuple2<GradoopId, Map<String, PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.ApplyAggregateElements
-
- combine(Iterable<EdgeGroupItem>, Collector<EdgeGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.CombineEdgeGroupItems
-
- combine(Iterable<VertexGroupItem>, Collector<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.CombineVertexGroupItems
-
- combine(Iterable<T>, Collector<T>) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceEdgeTuples
-
- combine(Iterable<TripleWithDirection>, Collector<FatVertex>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.BuildFatVertex
-
- combine(Iterable<Deletion>, Collector<Message>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CombinedMessages
-
- combine(Iterable<Tuple2<K, Set<PropertyValue>>>, Collector<Tuple2<K, Set<PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CombinePropertyValueDistribution
-
- CombinedMessages - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Combines a collection of deletions to a single message.
- CombinedMessages() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CombinedMessages
-
- CombineEdgeGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
-
- CombineEdgeGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.CombineEdgeGroupItems
-
Creates group reducer
- combineEdges(Iterable<EPGMEdge>, Collector<byte[]>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
-
Combine multiple edges into one Image
- CombinePartitionAggregates - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Aggregates the aggregate values of different partitions
- CombinePartitionAggregates(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionAggregates
-
Creates a new instance of a CombinePartitionAggregates group reduce function.
- CombinePartitionApplyAggregates - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Aggregates the aggregate values of partitions with the same graph id
- CombinePartitionApplyAggregates(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionApplyAggregates
-
Creates a new instance of a CombinePartitionApplyAggregates group reduce function.
- CombinePropertyValueDistribution<K> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
This UDF counts the number of distinct property values grouped by a key K
- CombinePropertyValueDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CombinePropertyValueDistribution
-
- CombineVertexGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
-
- CombineVertexGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.CombineVertexGroupItems
-
Creates group reduce function.
- combineVertices(Iterable<EPGMVertex>, Collector<byte[]>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
-
Combine multiple vertices into one Image
- ComparableFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util
-
Class for creating a
QueryComparable wrapper for a GDL
ComparableExpression
- ComparableFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util.ComparableFactory
-
- ComparableTPGMFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates
-
Factory for temporal comparable
- ComparableTPGMFactory(TimeLiteral) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
-
Create a new instance
- ComparableTPGMFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
-
Create a new instance
- compare(T, Object) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
-
Compares two objects.
- compare(Identifiable, Identifiable) - Method in class org.gradoop.common.model.impl.comparators.IdentifiableComparator
-
- compare(byte[], byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
-
- compare(byte[], int, int, byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
-
Compares two byte arrays with a specified offset and length.
- compare(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
-
Compares two numerical property values
- compare(BigDecimal, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
-
- compare(Boolean, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
-
- compare(LocalDate, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
-
- compare(LocalDateTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
-
- compare(Double, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
-
- compare(Float, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
-
- compare(GradoopId, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- compare(Integer, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
-
- compare(List, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
-
- compare(Long, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
-
- compare(Map, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
-
- compare(Object, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
-
- compare(Object, Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
-
- compare(Set, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
- compare(Short, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- compare(String, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- compare(LocalTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.AlphabeticalLabelComparator
-
- compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DFSCodeComparator
-
- compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DirectedDFSBranchComparator
-
- compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.InverseProportionalLabelComparator
-
- compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.ProportionalLabelComparator
-
- compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.UndirectedDFSBranchComparator
-
- compare(Element, Element) - Method in class org.gradoop.flink.model.impl.comparators.ElementIdComparator
-
- compare(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.DefaultVertexCompareFunction
-
- compare(LVertex, LVertex) - Method in interface org.gradoop.flink.model.impl.operators.layouting.functions.VertexCompareFunction
-
Computes a numerical similarity between two vertices
- compare(AdjacencyListCell<ED, VD>, AdjacencyListCell<ED, VD>) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCellComparator
-
- compareFunction - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
The VertexCompareFunction to use to find similar vertices
- compareFunction - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
Compare function to use.
- compareFunction(VertexCompareFunction) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
Sets optional value compareFunction.
- compareTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
-
Performs a byte-wise comparison of this and the specified GradoopId.
- compareTo(Bytes) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Define the sort order of the Bytes.
- compareTo(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Compares two byte arrays
- compareTo(byte[], int, int, byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Lexicographically compare two arrays.
- compareTo(Property) - Method in class org.gradoop.common.model.impl.properties.Property
-
- compareTo(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- compareTo(PropertyValueList) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
-
- compareTo(Traversal<C>) - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
Comparison according to gSpan lexicographic order.
- compareTo(TraversalCode<C>) - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
- ComparisonExpression - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions
-
Wraps a Comparison
- ComparisonExpression(Comparison) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Creates a new comparison wrapped
- ComparisonExpression(Comparison, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Creates a new wrapped comparison and sets the query comparable factory
- ComparisonUtil - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util
-
- ComparisonUtil() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util.ComparisonUtil
-
- components - Variable in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
-
The filters this filter is composed of.
- ComponentToNewBtgId - Class in org.gradoop.flink.algorithms.btgs.functions
-
replaces a component id by a new graph id
- ComponentToNewBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.ComponentToNewBtgId
-
- CompositeKeyFunction<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
-
A key function that combines other key functions by storing the values of the other key functions
in order in a tuple.
- CompositeKeyFunction(List<? extends KeyFunction<T, ?>>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
-
Create a new instance of this key function.
- CompositeKeyFunctionWithDefaultValues<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
-
A key function that combines other key functions by storing the values of the other key functions
in order in a tuple.
- CompositeKeyFunctionWithDefaultValues(List<KeyFunctionWithDefaultValue<T, ?>>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunctionWithDefaultValues
-
Create a new instance of this key function.
- compress(int[]) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
-
Compression wrapper.
- compressEmbeddings(PatternEmbeddingsMap) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
-
Convenience method to compress all values of a pattern-embeddings map
- CompressPattern - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
(pattern, frequency) => (compressed pattern, frequency)
- CompressPattern() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CompressPattern
-
- compressPatterns(PatternEmbeddingsMap) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
-
Convenience method to compress all keys of a pattern-embeddings map
- compute(Vertex<Long, VCIVertexValue>, MessageIterator<NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
-
Initially starts the first walk or jump from the given start vertices.
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
-
Computes the meta data returned by the specific node.
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
- computeEmbeddingMetaData() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
-
- computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
-
Overridden by inheriting classes.
- computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
-
Constructs new edges by joining the edges of the first graph with the new vertices.
- computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.union.Union
-
- computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
-
Overridden by inheriting classes.
- computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.difference.Difference
-
- computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.intersection.Intersection
-
Computes new subgraphs by grouping both graph collections by graph
identifier and returning those graphs where the group contains more than one element.
- computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.union.Union
-
- computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
-
Overridden by inheriting classes.
- computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
-
Computes new vertices based on the new subgraphs.
- computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.difference.DifferenceBroadcast
-
Computes the resulting vertices by collecting a list of resulting
subgraphs and checking if the vertex is contained in that list.
- computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.intersection.IntersectionBroadcast
-
- computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.union.Union
-
- ConcatGraphHeadStrings - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
concatenates the sorted string representations of graph heads to represent a
collection
- ConcatGraphHeadStrings() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.ConcatGraphHeadStrings
-
- config - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
-
Gradoop configuration
- configuration - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
- configure(Configuration) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
- configure(Configuration) - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
-
- confined(double, double, double, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Confine this point to the given bounding-box.
- ConnectedComponentsDistribution<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the weakly connected components of a graph.
- ConnectedComponentsDistribution(int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
-
Constructor
- ConnectedComponentsDistribution(int, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
-
Constructor
- ConnectedComponentsDistribution(String, int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
-
Constructor
- ConnectedComponentsDistribution(String, int, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
-
Constructor
- ConnectedComponentsDistributionAsValues<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the weakly connected components of a graph structure.
- ConnectedComponentsDistributionAsValues(int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistributionAsValues
-
Creates an instance of this operator to calculate the connected components distribution.
- ConnectNeighbors - Class in org.gradoop.dataintegration.transformation
-
This graph transformation adds new edges to the graph.
- ConnectNeighbors(String, Neighborhood.EdgeDirection, String, String) - Constructor for class org.gradoop.dataintegration.transformation.ConnectNeighbors
-
The constructor to connect the neighbors of vertices with a certain label.
- ConstantKeyFunction<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
-
A grouping key function that returns the same value for every object.
- ConstantKeyFunction() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
-
- containedIn(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using the temporal predicate
CONTAINED IN (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
- ContainedIn - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the ContainedIn temporal predicate.
- ContainedIn(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
-
Creates a ContainedIn instance with the given time stamps.
- ContainedIn(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
-
Creates a ContainedIn instance with the given time-interval.
- contains(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Checks if the given id is contained in the set.
- containsAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Checks if the specified ids are contained in the set.
- containsAll(Collection<?>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Checks if the specified ids are contained in the set.
- containsAny(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Checks if any of the specified ids is contained in the set.
- containsAny(Set<GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Checks if any of the specified ids is contained in the set.
- containsEntryColumn(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Checks if the specified variable is mapped to a column in the embedding.
- containsKey(String) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Checks if a property with the given key is contained in the properties.
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
map<string, bytes> properties = 3;
- containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
map<string, bytes> properties = 3;
- converterMap - Variable in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
Contains every registered converter by addressed field name.
- convertList(List<K>, boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Converts a list of ids into a list of corresponding property values.
- copy() - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- copy(DataInputView, DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- copy() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Creates a deep copy of the property value.
- copy() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a copy of the base graph.
- copy() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Create a (deep) copy of this object
- copy() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Copy this object
- copy() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- copy(DataInputView, DataOutputView) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- copyNormalizedKey(MemorySegment, int, int) - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- copyTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- copyTo(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- Count - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
-
Superclass of counting aggregate functions.
- Count() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
-
Creates a new instance of a Count aggregate function.
- Count(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
-
Creates a new instance of a Count aggregate function.
- Count - Class in org.gradoop.flink.model.impl.operators.count
-
Utility methods to count the number of elements in a dataset without
collecting it.
- Count() - Constructor for class org.gradoop.flink.model.impl.operators.count.Count
-
- count(DataSet<T>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
-
Counts the elements in the given dataset and stores the result in a
1-element dataset.
- Countable - Interface in org.gradoop.flink.model.api.tuples
-
Something countable.
- CountAppender - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
-
Appends a count variable to the tuple.
- CountAppender() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CountAppender
-
- CountGraphHeads<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.distinction.functions
-
Distinction function that just selects the first graph head of an isomorphic group.
- CountGraphHeads(String) - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.CountGraphHeads
-
Constructor.
- create() - Static method in class org.gradoop.common.model.impl.properties.Properties
-
Creates a new property list.
- create(String, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.Property
-
Creates a new property from the given arguments.
- create(String, Object) - Static method in class org.gradoop.common.model.impl.properties.Property
-
Creates a new property from the given arguments.
- create(Object) - Static method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Creates a new Property Value from the given object.
- create(AccumuloElementFilter<T>...) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
-
Create a conjunctive formula
- create(AccumuloElementFilter<T>...) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
-
Create a disjunctive formula
- create(ElementQuery<AccumuloElementFilter<T>>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
-
Create a predicate within a certain id ranges
- create(List<Range>, AccumuloElementFilter<T>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
-
Create a predicate within a certain accumulo id ranges
- create(HBaseElementFilter<T>...) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
-
Create a conjunctive formula
- create(HBaseElementFilter<T>...) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
-
Create a disjunctive formula
- CreateCartesianNeighborhoodEdges<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
-
This FlatMapFunction creates all edges between neighbor vertices.
- CreateCartesianNeighborhoodEdges(EdgeFactory<E>, String) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateCartesianNeighborhoodEdges
-
The constructor to calculate the edges in the neighborhood.
- CreateCollector - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
bool => (graph, pattern -> embeddings)
workaround for bulk iteration intermediate results
graph and map are empty
- CreateCollector() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CreateCollector
-
- createComparableFrom(ComparableExpression) - Static method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util.ComparableFactory
-
Create a wrapper for a GDL comparable
- createConfig(ExecutionEnvironment) - Static method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Creates a default Gradoop Flink configuration using POJO handlers.
- createConfig(ExecutionEnvironment, LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>, GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Static method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Creates a Gradoop Flink configuration using the given parameters.
- createConfig(GradoopHBaseConfig, String, String, String) - Static method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Creates a Gradoop HBase configuration based on the given arguments.
- createConfig(ExecutionEnvironment) - Static method in class org.gradoop.temporal.util.TemporalGradoopConfig
-
Create a new config.
- createConnector() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
Create an accumulo client connector with given configuration
- CreateDictionary - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
-
{@code (label, frequency),..
- CreateDictionary(LabelComparator) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.CreateDictionary
-
Constructor.
- createdIn(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using the temporal predicate
CREATED IN (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
- CreatedIn - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the CreatedIn temporal predicate.
- CreatedIn(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
-
Creates a CreatedIn instance with the given time stamps.
- CreatedIn(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
-
Creates a CreatedIn instance with the given time-interval.
- createEdge(GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
-
Creates a new edge based on the given parameters.
- createEdge(String, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
-
Creates a new edge based on the given parameters.
- createEdge(String, GradoopId, GradoopId, Properties) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
-
Creates a new edge based on the given parameters.
- createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
-
Creates a new edge based on the given parameters.
- createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
-
Creates a new edge based on the given parameters.
- createEdge(GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- createEdge(String, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- createEdge(GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- createEdge(String, GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- createEdgeDataSet(Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
Creates an edge dataset from a given collection.
- CreateEdgesFromTriple<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
-
A FlatMapFunction to create two new edges per inserted edge.
- CreateEdgesFromTriple(EdgeFactory<E>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateEdgesFromTriple
-
The constructor to create the new edges based on the given triple.
- createEmbeddings(FSMGraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
-
Finds all embeddings.
- createEmptyCollection() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
-
Creates an empty graph collection.
- createEmptyCollection() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
-
Creates an empty graph collection layout.
- createEmptyCollection() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- createEmptyCollection() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
-
- createEmptyCollection() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
-
- createEmptyCollection() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
-
- createEmptyCollection() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- createEmptyGraph() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
-
Creates an empty graph.
- createEmptyGraph() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
-
Creates a layout representing the empty graph.
- createEmptyGraph() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- createEmptyGraph() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
-
- createEmptyGraph() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
-
- createEmptyGraph() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- createEmptyList() - Static method in class org.gradoop.common.model.impl.properties.PropertyValueList
-
Creates a new property value list containing no elements.
- CreateExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
-
Creates the initial expand embeddings
- CreateExpandEmbedding(List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.CreateExpandEmbedding
-
Create new FlatJoin Function
- createFormatForDirectory(Path) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
-
- createFormatForDirectory(Path) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
Create or load an OutputFormat to use for a specific directory.
- createFrom(ComparableExpression) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
-
Generic method to createFrom a comparable expression
- createFrom(ComparableExpression) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparableFactory
-
- createFrom(Predicate) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
-
Generic wrapper function to createFrom a given predicate
- createFrom(Predicate, QueryComparableFactory) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
-
Generic wrapper function to createFrom a given predicate
- createFrom(ComparableExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
-
- createFromMap(Map<String, Object>) - Static method in class org.gradoop.common.model.impl.properties.Properties
-
Creates a new property collection from a given map.
- createFromTypeValueBytes(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
-
Creates a
PropertyValue instance by concatenating the byte representations
of the type and the value.
- CreateFusedVertex - Class in org.gradoop.flink.model.impl.operators.fusion.functions
-
Creates the fused vertex from the collection of the graph head of the pattern graph element.
- CreateFusedVertex(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CreateFusedVertex
-
Given the new vertex Id, it generates the joiner generating the new vertex
- createGraphHead() - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
-
Creates a new graph head based.
- createGraphHead(String) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
-
Creates a new graph head based on the given parameters.
- createGraphHead(String, Properties) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
-
Creates a new graph head based on the given parameters.
- createGraphHead() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
-
- createGraphHead(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
-
- createGraphHead(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
-
- createGraphHead() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
-
- createGraphHead(String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
-
- createGraphHead(String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
-
- createGraphHeadDataSet(Collection<EPGMGraphHead>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
Creates a graph head dataset from a given collection.
- CreateImportEdge<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
-
(edgeId, (sourceId, targetId)) => ImportEdge
- CreateImportEdge() - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateImportEdge
-
Constructor
- CreateImportVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
-
(vertexId) => ImportVertex
- CreateImportVertex() - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateImportVertex
-
Constructor
- createInitialLayout(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Creates a layout as the starting-point for the algorithm.
- createInstance(boolean, boolean, List<LabelGroup>, List<LabelGroup>, List<AggregateFunction>, List<AggregateFunction>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
-
Create a new instance of the
KeyedGrouping operator from a list of vertex and edge label groups.
- CreateLabeledImportVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
-
(vertexId, label) => ImportVertex
- CreateLabeledImportVertex(String) - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateLabeledImportVertex
-
Constructor
- CreateLongSourceIds<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
-
Join function to receive structural information of the graph.
- CreateLongSourceIds() - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongSourceIds
-
Creates an instance of this join function.
- CreateLongTargetIds - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
-
Join function to receive structural information of the graph.
- CreateLongTargetIds() - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongTargetIds
-
Creates an instance of this join function.
- CreateMappingFromMarkedDuplicates<E extends Element> - Class in org.gradoop.dataintegration.transformation.functions
-
Creates a mapping between IDs as pairs where the entries are IDs of two elements which are considered
duplicates of eachother.
- CreateMappingFromMarkedDuplicates() - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateMappingFromMarkedDuplicates
-
- CreateNeighborList - Class in org.gradoop.dataintegration.transformation.functions
-
This CoGroup operation creates a list of neighbors for each vertex.
- CreateNeighborList(Neighborhood.EdgeDirection) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateNeighborList
-
The constructor for the creation of neighbor lists.
- CreateNewEdges - Class in org.gradoop.dataintegration.transformation.impl.functions
-
The FlatMapFunction creates edges between f0 (EPGMVertex) and all entries in f1 (Gradoop
Ids of other vertices).
- CreateNewEdges(EdgeFactory<EPGMEdge>, EdgeDirection, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewEdges
-
Creates a new FlatMapFunction that creates edges between f0 (EPGMVertex) and all entries
in f1 (Gradoop Ids of other vertices).
- CreateNewVertex - Class in org.gradoop.dataintegration.transformation.impl.functions
-
- CreateNewVertex(VertexFactory<EPGMVertex>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertex
-
The constructor for creating new vertices with their origin Ids.
- CreateNewVertexWithEqualityCondense - Class in org.gradoop.dataintegration.transformation.impl.functions
-
A
GroupReduceFunction that creates one new vertex and adds all origin Ids to a
List
for later use.
- CreateNewVertexWithEqualityCondense(VertexFactory<EPGMVertex>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertexWithEqualityCondense
-
The constructor for condensation of same property values to one newly created vertex.
- createOrOpenEPGMStore(Configuration, GradoopHBaseConfig, String) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
-
Creates a graph store or opens an existing one based on the given
parameters.
- createOrOpenEPGMStore(Configuration, GradoopHBaseConfig) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
-
Creates a graph store or opens an existing one based on the given
parameters.
- createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
Creates a new record instance.
- createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.EdgeRootConverter
-
- createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.GraphHeadRootConverter
-
- createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.VertexRootConverter
-
- createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalEdgeRootConverter
-
- createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalGraphHeadRootConverter
-
- createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalVertexRootConverter
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFInputFormat
-
Returns the actual file reader which handles the file split.
- createTable(Admin, HTableDescriptor) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
-
Creates table based on the given table descriptor.
- createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
-
- createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
-
- createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
-
- createTransaction(Subgraph, String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
-
Turns the subgraph into a Gradoop graph transaction.
- CreateTuple2WithLong<O> - Class in org.gradoop.flink.model.impl.operators.difference.functions
-
Left join, return first field of left tuple 2.
- CreateTuple2WithLong(Long) - Constructor for class org.gradoop.flink.model.impl.operators.difference.functions.CreateTuple2WithLong
-
Creates this mapper
- createVertex() - Method in interface org.gradoop.common.model.api.entities.VertexFactory
-
Initializes a new vertex based on the given parameters.
- createVertex(String) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
-
Creates a new vertex based on the given parameters.
- createVertex(String, Properties) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
-
Creates a new vertex based on the given parameters.
- createVertex(String, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
-
Creates a new vertex based on the given parameters.
- createVertex(String, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
-
Creates a new vertex based on the given parameters.
- createVertex() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- createVertex(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- createVertex(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- createVertex(String, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- createVertex(String, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- createVertex() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- createVertex(String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- createVertex(String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- createVertex(String, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- createVertex(String, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- createVertexDataSet(Collection<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
Creates a vertex dataset from a given collection.
- CreateVertexFromEdges<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
-
A MapFunction that creates a new vertex based on the given edge.
- CreateVertexFromEdges(String, VertexFactory<V>) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateVertexFromEdges
-
The constructor of the MapFunction.
- createWithCapacity(int) - Static method in class org.gradoop.common.model.impl.properties.Properties
-
Creates a new property list with the given initial capacity.
- cross(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.And
-
- cross(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.And
-
Performs a pair-wise logical conjunction on the cross of both input data
sets.
- cross(T, T) - Method in class org.gradoop.flink.model.impl.functions.bool.Equals
-
- cross(DataSet<T>, DataSet<T>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Equals
-
Checks for pair-wise equality between the elements of the given input sets.
- cross(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.Or
-
- cross(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Or
-
Performs a pair-wise logical disjunction on the cross of both input data
sets.
- cross(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSide
-
- cross(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.RightSide
-
- cross(EPGMGraphHead, EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.CreateFusedVertex
-
- cross(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
-
Alias for join() to fullfill the CrossFunction-Interface.
- cross(Tuple1<Long>, V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.AddMaxDegreeCrossFunction
-
- cross(V, G) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.AddPageRankScoresToVertexCrossFunction
-
- cross(WithCount<GradoopId>, EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AddSumDegreesToGraphHeadCrossFunction
-
Writes the sum of vertex degrees as property to the graphHead
- cross(Tuple1<Long>, Long) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDegreeCentrality
-
- CSVBase - Class in org.gradoop.flink.io.impl.csv
-
Base class for CSV data source and data sink.
- CSVBase(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVBase
-
Constructor.
- CSVConstants - Class in org.gradoop.flink.io.impl.csv
-
Constants needed for CSV parsing.
- CSVConstants() - Constructor for class org.gradoop.flink.io.impl.csv.CSVConstants
-
- CSVDataSink - Class in org.gradoop.flink.io.impl.csv
-
A graph data sink for CSV files.
- CSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSink
-
Creates a new CSV data sink.
- CSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSink
-
Creates a new CSV data sink.
- CSVDataSource - Class in org.gradoop.flink.io.impl.csv
-
A graph data source for CSV files.
- CSVDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSource
-
Creates a new CSV data source.
- CSVEdge - Class in org.gradoop.flink.io.impl.csv.tuples
-
Tuple representing an edge in a CSV file.
- CSVEdge() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- CSVElement - Interface in org.gradoop.flink.io.impl.csv.tuples
-
Representing a CSVElement in a CSV file.
- CSVGraphHead - Class in org.gradoop.flink.io.impl.csv.tuples
-
Tuple representing an graph head in a CSV file.
- CSVGraphHead() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- CSVLineToEdge - Class in org.gradoop.flink.io.impl.csv.functions
-
- CSVLineToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToEdge
-
Constructor.
- CSVLineToElement<E extends Element> - Class in org.gradoop.flink.io.impl.csv.functions
-
Base class for reading an
Element from CSV.
- CSVLineToElement() - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
-
Constructor
- CSVLineToGraphHead - Class in org.gradoop.flink.io.impl.csv.functions
-
- CSVLineToGraphHead(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToGraphHead
-
Creates a CSVLineToGraphHead converter
- CSVLineToTemporalEdge - Class in org.gradoop.temporal.io.impl.csv.functions
-
- CSVLineToTemporalEdge(EdgeFactory<TemporalEdge>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalEdge
-
Creates a CSVLineToTemporalEdge converter.
- CSVLineToTemporalGraphHead - Class in org.gradoop.temporal.io.impl.csv.functions
-
- CSVLineToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalGraphHead
-
Creates a CSVLineToTemporalGraphHead converter.
- CSVLineToTemporalVertex - Class in org.gradoop.temporal.io.impl.csv.functions
-
- CSVLineToTemporalVertex(VertexFactory<TemporalVertex>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalVertex
-
Creates a CSVLineToTemporalVertex converter.
- CSVLineToVertex - Class in org.gradoop.flink.io.impl.csv.functions
-
- CSVLineToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToVertex
-
Constructor
- CSVMetaData - Class in org.gradoop.flink.io.impl.csv.metadata
-
Class used for meta data read from CSV.
- CSVMetaData(Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>) - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaData
-
Constructor
- CSVMetaDataParser - Class in org.gradoop.flink.io.impl.csv.metadata
-
Responsible for creating a
MetaData instance from its string representation.
- CSVMetaDataParser() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataParser
-
- CSVMetaDataSink - Class in org.gradoop.flink.io.impl.csv.metadata
-
- CSVMetaDataSink() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSink
-
- CSVMetaDataSource - Class in org.gradoop.flink.io.impl.csv.metadata
-
Implementation of a meta data factory that reads from csv files.
- CSVMetaDataSource() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSource
-
- CsvRowToProperties<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.dataintegration.importer.impl.csv.functions
-
Map the values of a token separated row of a file to the properties of a EPGM element.
- CsvRowToProperties(List<String>, boolean) - Constructor for class org.gradoop.dataintegration.importer.impl.csv.functions.CsvRowToProperties
-
Create a new RowToVertexMapper
- CSVVertex - Class in org.gradoop.flink.io.impl.csv.tuples
-
Tuple representing a vertex in a CSV file.
- CSVVertex() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- currentGraph - Variable in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
-
- currentGraph - Variable in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
-
The graph used in KRandomJumpGellyVCI#execute(LG).
- CypherPatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher
-
Implementation of a query engine based on the Cypher graph query language.
- CypherPatternMatching(String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
-
Instantiates a new operator.
- CypherPatternMatching(String, String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
-
Instantiates a new operator.
- CypherTemporalPatternMatching - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher
-
Implementation of a query engine based on the Cypher graph query language.
- CypherTemporalPatternMatching(String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
-
Instantiates a new operator.
- CypherTemporalPatternMatching(String, String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
-
Instantiates a new operator.
- Edge - Interface in org.gradoop.common.model.api.entities
-
Describes data assigned to an edge.
- EDGE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
-
gradoop edge table name
- EDGE_DICTIONARY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
-
Edge label Dictionary
- EDGE_DICTIONARY - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
String used to identify the edge dictionary on broadcast.
- EDGE_IN - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
-
graph vertex edge in
- EDGE_LABEL - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Offset of 1-edge DFS code's edge label.
- EDGE_LENGTH - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Number of indexes used to represent a single edge.
- EDGE_MAPPING - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Broadcast set name for edge mapping
- EDGE_OUT - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
-
graph vertex edge out
- EDGE_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
Symbol identifying a line to represent an edge.
- EDGE_TUPLE_RESERVED - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The number of reserved fields in the tuple-representation of an edge.
- EDGE_TUPLE_SOURCEID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The index of the source ID in the tuple-representation of an edge.
- EDGE_TUPLE_TARGETID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The index of the target ID in the tuple-representation of an edge.
- EDGE_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Used to tag an edge entity.
- EdgeAggregateFunction - Interface in org.gradoop.flink.model.api.functions
-
Describes an edge aggregate function as input for the
Aggregation operator.
- edgeAggregateFunctions - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Stores aggregation functions for edges.
- edgeColor - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Color of edges
- edgeColor(Color) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value edgeColor
- EdgeCount - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
-
Aggregate function returning the edge count of a graph / graph collection.
- EdgeCount() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.EdgeCount
-
Creates a new instance of a EdgeCount aggregate function.
- EdgeCount(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.EdgeCount
-
Creates a new instance of a EdgeCount aggregate function.
- EdgeCount - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the number of edges in the given graph.
- EdgeCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeCount
-
- EdgeCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
-
Computes
EdgeCount for a given logical graph.
- EdgeCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.EdgeCountPreparer
-
- EdgeDirection - Enum in org.gradoop.dataintegration.transformation.impl.config
-
This ENUM represents possible edge directions for newly created edges.
- EdgeFactory<E extends Edge> - Interface in org.gradoop.common.model.api.entities
-
Initializes
Edge objects of a given type.
- edgeFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
-
edge Factory
- edgeFilterFunction - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
-
Used to filter edges from the graph.
- EdgeFromIds<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
-
- EdgeFromIds(EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeFromIds
-
Constructor.
- edgeGroupingKeys - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Stores grouping keys for edges.
- EdgeGroupItem - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
-
Edge representation used for grouping edges to super edges.
- EdgeGroupItem() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- EdgeHandler - Interface in org.gradoop.storage.hbase.impl.api
-
Responsible for reading and writing edge data from and to HBase.
- EdgeHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
-
Filters edge triples if their candidates contain a given candidate.
- EdgeHasCandidate(TraversalCode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.EdgeHasCandidate
-
Constructor
- edgeInducedSubgraph(FilterFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Returns the subgraph that is induced by the edges which fulfill the given filter function.
- EdgeInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
-
gradoop edge input format
- EdgeInputFormat(Properties, AccumuloQueryHolder<EPGMEdge>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
-
edge input format constructor
- EdgeLabelDecoder - Class in org.gradoop.flink.io.impl.tlf.functions
-
Maps the the edge dictionary to a given graph transaction.
- EdgeLabelDecoder() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelDecoder
-
- EdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Convenience operator to compute the distribution of edge label.
- EdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeLabelDistribution
-
- EdgeLabelList - Class in org.gradoop.flink.io.impl.tlf.functions
-
Collects all edge labels.
- EdgeLabelList() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelList
-
- EdgeLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
transaction -> (edgeLabel,1L),..
- EdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.EdgeLabels
-
- EdgeListDataSource - Class in org.gradoop.flink.io.impl.edgelist
-
- EdgeListDataSource(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
-
Creates a new data source.
- edgeMap - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Mapping gradoopId -> propertyValue
The value is used to represent the edge with the corresponding id.
- edgeMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
-
Mapping between a graph labels and their associated property meta data.
- EdgeNeighborhood<LG extends BaseGraph> - Class in org.gradoop.flink.model.impl.operators.neighborhood
-
Super class for all edge neighborhood operators.
- EdgeNeighborhood(EdgeAggregateFunction, Neighborhood.EdgeDirection) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.EdgeNeighborhood
-
Valued constructor.
- EdgeRollUp - Class in org.gradoop.flink.model.impl.operators.rollup
-
Applies the groupBy-operator multiple times on a logical graph using different combinations of
the given edge grouping keys according to the definition of the rollUp operation in SQL.
- EdgeRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.rollup.EdgeRollUp
-
- EdgeRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
-
Root parquet group converter for EPGM edges.
- EdgeRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.EdgeRootConverter
-
Creates a new root converter for EPGM edges.
- EdgesFromLocalTransitiveClosure<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
-
This function supports the calculation of the transitive closure in the direct neighborhood of a
vertex.
- EdgesFromLocalTransitiveClosure(String, EdgeFactory<E>) - Constructor for class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
-
The constructor of the CoGroup function to created new edges based on transitivity.
- edgeSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Size (width) of egde-lines (px)
- edgeSize(float) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value edgeSize
- EdgeSourceUpdateJoin<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Joins edges with a Tuple2 that contains the id of the original edge
source in its first field and the id of the new edge source vertex in its second.
- EdgeSourceUpdateJoin() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeSourceUpdateJoin
-
- EdgeSourceVertexJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Joins to get the edge source:
(edge),(vertex) -> (edge,edge.targetId,(bool)vertex[propertyKey])
- EdgeSourceVertexJoin(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeSourceVertexJoin
-
Creates an instance of this join function
- EdgeStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
-
- EdgeStep() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- EdgeString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
-
(graphId, sourceId, targetId, sourceLabel, edgeLabel, targetLabel)
- EdgeString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
default constructor
- EdgeString(GradoopId, GradoopId, GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
constructor with field values
- EdgesWithSampledVerticesFilter<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Filters the edges with sampled vertices.
- EdgesWithSampledVerticesFilter(Neighborhood) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgesWithSampledVerticesFilter
-
Constructor
- EdgeTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
-
Reads edge data from HBase.
- EdgeTableInputFormat(EdgeHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
-
Creates an edge table input format.
- EdgeTargetUpdateJoin<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Joins edges with a Tuple2 that contains the id of the original edge
target in its first field and the id of the new edge target vertex in its second.
- EdgeTargetUpdateJoin() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeTargetUpdateJoin
-
- EdgeTargetVertexJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Joins to get the edge target:
(edge,edge.targetId,bool-source),(target) -> (edge,bool-source,(bool)target[propertyKey])
- EdgeTargetVertexJoin(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeTargetVertexJoin
-
Creates an instance of this join function
- EdgeToCSVEdge - Class in org.gradoop.flink.io.impl.csv.functions
-
Converts an
EPGMEdge into a CSV representation.
- EdgeToCSVEdge() - Constructor for class org.gradoop.flink.io.impl.csv.functions.EdgeToCSVEdge
-
- EdgeToDataString<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents an edge by a data string (label and properties)
- EdgeToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToDataString
-
- EdgeToGellyEdge<E extends Edge,EV> - Interface in org.gradoop.flink.algorithms.gelly.functions
-
Convert a Gradoop
Edge to a Gelly Edge.
- EdgeToGellyEdgeWithDouble<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
-
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target
identifier and
Double as edge value.
- EdgeToGellyEdgeWithDouble(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithDouble
-
Constructor.
- EdgeToGellyEdgeWithNullValue<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
-
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target
identifier and NullValue as edge value.
- EdgeToGellyEdgeWithNullValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithNullValue
-
Constructor.
- EdgeToGellyEdgeWithPropertyValue<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
-
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target
identifier and
PropertyValue as edge value.
- EdgeToGellyEdgeWithPropertyValue(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithPropertyValue
-
Constructor.
- EdgeToIdString<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
A FlatMap to convert an edge to an id string.
- EdgeToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToIdString
-
- EdgeToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
-
Creates a protobuf
EPGMProto.Edge.Builder from an
EPGMEdge.
- EdgeToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.EdgeToProtobufObject
-
- EdgeToSourceAndTargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.subgraph.functions
-
Flat map function mapping edges to sourceIds and targetIds
- EdgeToSourceAndTargetId() - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetId
-
- EdgeToSourceAndTargetIdWithGraphIds<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.subgraph.functions
-
Flat map function mapping edges to tuples of (sourceId, graphIds) and (targetId, graphIds).
- EdgeToSourceAndTargetIdWithGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetIdWithGraphIds
-
- EdgeToString<E extends Edge> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
-
string representation of an edge
- EdgeToTemporalEdge<E extends Edge> - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
Initializes a
TemporalEdge from a
Edge instance by setting either
default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
- EdgeToTemporalEdge(EdgeFactory<TemporalEdge>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.EdgeToTemporalEdge
-
Creates an instance of the TemporalEdgeFromNonTemporal map function.
- EdgeToTemporalEdge(EdgeFactory<TemporalEdge>, TimeIntervalExtractor<E>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.EdgeToTemporalEdge
-
Creates an instance of the TemporalEdgeFromNonTemporal map function.
- EdgeToTriple<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.split.functions
-
Transform an edge into a Tuple3.
- EdgeToTriple() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.EdgeToTriple
-
- EdgeToVertex - Class in org.gradoop.dataintegration.transformation
-
For edges of a specific label this graph transformation creates a new vertex containing the
properties of the edge and two new edges respecting the direction of the original edge.
- EdgeToVertex(String, String, String, String) - Constructor for class org.gradoop.dataintegration.transformation.EdgeToVertex
-
The constructor for the structural transformation.
- edgeTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
Modification function for edges
- EdgeTriple - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Extracts all edges contained ina a
FatVertex.
- EdgeTriple() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.EdgeTriple
-
Constructor
- EdgeValueDistribution<T> - Class in org.gradoop.flink.model.impl.operators.statistics
-
Extracts an arbitrary value (e.g.
- EdgeValueDistribution(MapFunction<EPGMEdge, T>) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeValueDistribution
-
Constructor
- EdgeWithGellyEdgeIdJoin<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Joins an Gradoop edge with a GradoopId of an visited edge from the VCI run.
- EdgeWithGellyEdgeIdJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.EdgeWithGellyEdgeIdJoin
-
Creates an instance of EdgeWithGellyEdgeIdJoin with a given key for the boolean property value.
- EdgeWithSourceTarget - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Maps an EPGMEdge to EPGMEdge with its source and targets
- EdgeWithSourceTarget() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeWithSourceTarget
-
Constructor
- EdgeWithTiePoint - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
-
Represents an Edge with an extracted tie point
- EdgeWithTiePoint() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Creates an empty Object
- EdgeWithTiePoint(Embedding) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Creates a new Edge with extracted tie point from the given edge
- EdgeWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
-
Parquet write support for EPGM edges.
- EdgeWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.EdgeWriteSupport
-
- Element - Interface in org.gradoop.common.model.api.entities
-
Base interface for all elements.
- ElementFactory<EL extends Element> - Interface in org.gradoop.common.model.api.entities
-
Base interface for all element factories.
- ElementFactoryProvider<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.common.model.api.entities
-
Interface that provides getters for the element factories.
- ElementFilter<FilterImpl extends ElementFilter> - Interface in org.gradoop.storage.common.predicate.filter.api
-
Element Filter Formula
A element filter predicate will be
- created by client,
- transform to query options and send to region servers
- decode query options by region servers,
- ElementGraphUpdater<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.cloning.functions
-
Replaces the graph set of each element by a new one, containing only the
first element of a broadcast GradoopId DataSet.
- ElementGraphUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
-
- ElementHandler - Interface in org.gradoop.storage.hbase.impl.api
-
Handles writing and reading label and properties of an EPGM entity,
i.e., vertex, edge and graph data.
- ElementHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
Filters elements if their candidates contain a given candidate.
- ElementHasCandidate(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementHasCandidate
-
Constructor
- ElementIdComparator - Class in org.gradoop.flink.model.impl.comparators
-
Id based element comparator.
- ElementIdComparator() - Constructor for class org.gradoop.flink.model.impl.comparators.ElementIdComparator
-
- ElementIdUpdater<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Updates the id of an element in a Tuple2 by the GradoopId in the second field.
- ElementIdUpdater() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ElementIdUpdater
-
- ElementLabelEncoder - Class in org.gradoop.flink.io.impl.tlf.functions
-
Map function which sets the simple label from either the vertex labels or
the edge labels or both.
- ElementLabelEncoder(boolean, boolean) - Constructor for class org.gradoop.flink.io.impl.tlf.functions.ElementLabelEncoder
-
Creates a new map function which sets the simple label from either the
vertex labels or the edge labels or both.
- ElementMatcher - Class in org.gradoop.flink.model.impl.operators.matching.common.matching
-
Contains methods to match query and data graph elements.
- ElementMatcher() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
-
- ElementOutputFormat<E extends EPGMElement> - Class in org.gradoop.storage.accumulo.impl.io.outputformats
-
Common OutputFormat for gradoop accumulo store
- ElementOutputFormat(Class<E>, GradoopAccumuloConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
-
Create a new output format for gradoop element
- ElementQuery<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.query
-
Element Query Formula
- ElementQuery.Builder - Class in org.gradoop.storage.common.predicate.query
-
[Builder] - (set range) -> BuilderWithRange -(set filter) -> ElementQuery
- ElementQuery.BuilderWithRange - Class in org.gradoop.storage.common.predicate.query
-
Builder - (set range) -> [BuilderWithRange] -(set filter) -> ElementQuery
- elements() - Static method in class org.gradoop.storage.common.predicate.query.Query
-
query element implement
- ElementSelectorComparable - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
-
Wraps an ElementSelector
- ElementSelectorComparable(ElementSelector) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
Creates a new Wrapper
- ElementsFromEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
- ElementsFromEmbedding(TraversalCode, GraphHeadFactory<? extends GraphHead>, VertexFactory<? extends Vertex>, EdgeFactory<? extends Edge>, QueryHandler) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementsFromEmbedding
-
Constructor
- ElementsFromEmbedding<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.functions
-
- ElementsFromEmbedding(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbedding
-
Constructor.
- ElementsFromEmbedding(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>, Map<String, String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbedding
-
Constructor.
- ElementsFromEmbeddingTPGM<G extends TemporalGraphHead,V extends TemporalVertex,E extends TemporalEdge> - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions
-
- ElementsFromEmbeddingTPGM(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbeddingTPGM
-
Constructor.
- ElementsFromEmbeddingTPGM(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>, Map<String, String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbeddingTPGM
-
Constructor.
- ElementsOfSelectedGraphs<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
-
graphIds (BC)
element => (graphId, element),..
\forall (graphId, element) : graphId \in graphIds
- ElementsOfSelectedGraphs() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
-
constructor
- ElementsToStats<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions
-
- ElementsToStats(Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions.ElementsToStats
-
Creates a new ElementsToStats function considering only specified properties
- ElementsToStats() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions.ElementsToStats
-
Creates a new ElementsToStats function considering all properties
- ElementToCSV<E extends EPGMElement,T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.io.impl.csv.functions
-
Base class to convert an EPGM element into a CSV representation.
- ElementToCSV() - Constructor for class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
-
- ElementToDataString<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
superclass of data-bases string representations of EPGM elements, i.e.,
such including label and properties
- ElementToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.ElementToDataString
-
- ElementToGellyEdge<I,K,EV> - Interface in org.gradoop.flink.algorithms.gelly.functions
-
Convert input to a Gelly Edge with K key and EV value.
- ElementToGellyVertex<I,K,VV> - Interface in org.gradoop.flink.algorithms.gelly.functions
-
Convert input to a Gelly Vertex with K key and VV value.
- ElementToPropertyMetaData<E extends Element> - Class in org.gradoop.flink.io.api.metadata.functions
-
(element) -> (elementType, elementLabel, {key_1:type_1,key_2:type_2,...,key_n:type_n})
- ElementToPropertyMetaData() - Constructor for class org.gradoop.flink.io.api.metadata.functions.ElementToPropertyMetaData
-
Constructor
- ElementToProtobufObject<E extends Element,B extends com.google.protobuf.Message.Builder> - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
-
Base class for converting an
Element into a protobuf object.
- ElementToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
-
Constructor.
- Embedding - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
-
Represent a subgraph embedding.
- Embedding(Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
Constructor.
- Embedding<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
-
Represents an embedding of a query pattern in the search graph.
- Embedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
-
- Embedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
This class represents an Embedding, an ordered List of Embedding Entries.
- Embedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Creates am empty Embedding
- Embedding(byte[], byte[], byte[]) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Creates an Embedding with the given data
- EmbeddingFactory - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
- EmbeddingFactory() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingFactory
-
- EmbeddingMetaData - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
This class stores meta data information about a data set of
Embedding objects.
- EmbeddingMetaData() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Initialises an empty EmbeddingMetaData object
- EmbeddingMetaData(Map<Pair<String, EmbeddingMetaData.EntryType>, Integer>, Map<Pair<String, String>, Integer>, Map<String, ExpandDirection>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Initializes a new EmbeddingMetaData object from the given mappings
- EmbeddingMetaData(EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Initializes a new EmbeddingMetaData object using copies of the provided meta data.
- EmbeddingMetaData.EntryType - Enum in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
Describes the type of an embedding entry
- EmbeddingTPGMFactory - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos
-
- EmbeddingTPGMFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactory
-
- EmbeddingWithTiePoint<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
-
Represents an embedding and a weld point to grow the embedding.
- EmbeddingWithTiePoint() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
-
- EMPTY_LABEL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
Constant string which is added to those edges or vertices which do not
have an entry in the dictionary while others have one.
- EmptyClosableIterator<E> - Class in org.gradoop.storage.common.iterator
-
Empty closable iterator
- EmptyClosableIterator() - Constructor for class org.gradoop.storage.common.iterator.EmptyClosableIterator
-
- emptyCollection(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
-
- emptyCollection(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Return an empty result
- enablePreSplitRegions(int) - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Enable/Disable the usage of pre-splitting regions at the moment of table creation.
- encode() - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
-
Serialize reducer as base64 encoded string
this action will be execute by client
- EncodeAndPruneEdges - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
-
Encodes edge labels to integers.
- EncodeAndPruneEdges(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneEdges
-
Constructor
- EncodeAndPruneVertices - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
-
Drops vertices with infrequent labels and their incident edges.
- EncodeAndPruneVertices() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneVertices
-
- end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
- end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
-
- end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
-
- end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
-
- END_TAG - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
End tag of a tlf graph, which is not only the end tag but also the start tag of the next graph.
- EPGMConfigProvider<C extends GradoopStoreConfig> - Interface in org.gradoop.storage.common.api
-
Definition of gradoop EPGM store configuration holder
- EPGMEdge - Class in org.gradoop.common.model.impl.pojo
-
POJO Implementation of an EPGM edge.
- EPGMEdge() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
-
Default constructor is necessary to apply to POJO rules.
- EPGMEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
-
Creates an edge instance based on the given parameters.
- EPGMEdgeFactory - Class in org.gradoop.common.model.impl.pojo
-
Factory for creating EPGM edge POJOs.
- EPGMEdgeFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- EPGMElement - Class in org.gradoop.common.model.impl.pojo
-
Abstract base class for EPGM elements.
- EPGMElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
-
Default constructor.
- EPGMElement(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
-
Creates an object from the given parameters.
- EPGMGraphElement - Class in org.gradoop.common.model.impl.pojo
-
Abstract class representing an EPGM element that is contained in a logical
graph (i.e.
- EPGMGraphElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
Default constructor.
- EPGMGraphElement(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
Creates an EPGM graph element using the given arguments.
- EPGMGraphHead - Class in org.gradoop.common.model.impl.pojo
-
POJO Implementation of an EPGM graph head.
- EPGMGraphHead() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
-
Default constructor.
- EPGMGraphHead(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
-
Creates a graph head based on the given parameters.
- EPGMGraphHeadFactory - Class in org.gradoop.common.model.impl.pojo
-
Factory for creating EPGM graph head POJOs.
- EPGMGraphHeadFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
-
- EPGMGraphInput - Interface in org.gradoop.storage.common.api
-
Definition of graph store input.
- EPGMGraphOutput - Interface in org.gradoop.storage.common.api
-
Definition of graph store output.
- EPGMGraphPredictableOutput<GFilter extends ElementFilter,VFilter extends ElementFilter,EFilter extends ElementFilter> - Interface in org.gradoop.storage.common.api
-
Definition of predictable graph store output.
- EPGMGraphTransactionToLabeledGraph - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion
-
Gradoop Graph Transaction => lightweight labeled graph
- EPGMGraphTransactionToLabeledGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.EPGMGraphTransactionToLabeledGraph
-
- EPGMProto - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
- EPGMProto.Edge - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type Edge
- EPGMProto.Edge.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type Edge
- EPGMProto.EdgeOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
-
- EPGMProto.GraphHead - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type GraphHead
- EPGMProto.GraphHead.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type GraphHead
- EPGMProto.GraphHeadOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
-
- EPGMProto.Vertex - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type Vertex
- EPGMProto.Vertex.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
-
Protobuf type Vertex
- EPGMProto.VertexOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
-
- EPGMVertex - Class in org.gradoop.common.model.impl.pojo
-
POJO Implementation of an EPGM vertex.
- EPGMVertex() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
-
Default constructor.
- EPGMVertex(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
-
Creates a vertex based on the given parameters.
- EPGMVertexFactory - Class in org.gradoop.common.model.impl.pojo
-
Factory for creating EPGM vertex POJOs.
- EPGMVertexFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopId
-
Checks if the specified object is equal to the current id.
- equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
- equals(Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- equals(Object) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
- equals(Object) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Two properties collections are considered equal, if they contain the
same properties in the same order.
- equals(Object) - Method in class org.gradoop.common.model.impl.properties.Property
-
- equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
-
- equals(Object) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
-
- equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- Equals<T> - Class in org.gradoop.flink.model.impl.functions.bool
-
Equality as Flink function.
- Equals() - Constructor for class org.gradoop.flink.model.impl.functions.bool.Equals
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Equals method implemented to compare two points.
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
- equals(Object) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
- equals(Object) - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- equals(Object) - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
- equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
- equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
-
- equalsByData(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Checks, if another graph has the same attached data and contains
vertices and edges with the same attached data as this graph.
- equalsByData(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- equalsByElementData(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Checks, if another graph contains vertices and edges with the same
attached data (i.e.
- equalsByElementData(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- equalsByElementIds(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Checks, if another graph contains exactly the same vertices and edges (by id) as this graph.
- equalsByGraphData(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Returns a 1-element dataset containing a boolean value which
indicates if the graph collection is equal to the given graph collection.
- equalsByGraphData(TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- equalsByGraphElementData(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Returns a 1-element dataset containing a boolean value which
indicates if the graph collection is equal to the given graph collection.
- equalsByGraphElementData(TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- equalsByGraphElementIds(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Checks, if another collection contains the same graphs as this graph (by vertex and edge ids).
- equalsByGraphIds(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Checks, if another collection contains the same graphs as this graph (by id).
- escape(String, Set<Character>) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
-
Escapes the escapedCharacters in a string.
- ESCAPED_CHARACTERS - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
-
Characters to be escaped in csv strings.
- estimateCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
-
Estimates the probability that a CNF is true, based on the graph statistics.
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a comparison of the form
variable.interval comparator constant
holds.
- estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a comparison of the form
variable.duration comparator variable.duration
holds.
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a comparison of a property value with a constant holds
- estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a comparison between two property selectors holds
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a temporal property (tx_from, tx_to, valid_from, valid_to)
of an element with a certain label satisfies a constraint comparing it to a literal
- estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Estimates the probability that a comparison between two time selectors
holds.
- euclideanDistance(Point) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Computes the euclidean distance between two points.
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
Returns a property values that wraps the elements id
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
Returns a property value that wraps the represented literal
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
Returns the specified property as property value
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Evaluates the comparisson for the given embedding
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Evaluates the comparison for the given graph element
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Evaluates the predicate collection with respect to the given Embedding
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Evaluates the predicate collection with respect to the given EPGMGraphElement
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
-
Evaluates the expression with respect to the given variable mapping to Embeddings
- evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
-
Evaluates the expression with respect to the given EPGMGraphElement
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
Runs a traversal over the given edgeCandidates withing the given bounds
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
-
- evaluate() - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
-
Runs the operator on the input data
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
-
- evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
- evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
- evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
- evaluate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
-
- evaluate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
-
- exclude(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a new base graph containing only vertices and edges that exist in that graph
but not in the other graph.
- Exclusion<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.exclusion
-
Computes the exclusion graph from two base graphs.
- Exclusion() - Constructor for class org.gradoop.flink.model.impl.operators.exclusion.Exclusion
-
- execute(PropertyValue) - Method in interface org.gradoop.dataintegration.transformation.api.PropertyTransformationFunction
-
Returns a changed property value based on the value before the transformation.
- execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.ConnectNeighbors
-
- execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.EdgeToVertex
-
- execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
-
- execute(PropertyValue) - Method in class org.gradoop.dataintegration.transformation.impl.functions.DivideBy
-
- execute(LG) - Method in class org.gradoop.dataintegration.transformation.impl.PropertyTransformation
-
Applies the property transformation functions on the given input graph.
- execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.PropagatePropertyToNeighbor
-
- execute(LG) - Method in class org.gradoop.dataintegration.transformation.VertexDeduplication
-
- execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.VertexToEdge
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
-
- execute(DataSet<LabeledGraphStringString>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
-
Executes the DIMSpan algorithm.
- execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
-
Executes the algorithm based on transactional representation.
- execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.ThinkLikeAnEmbeddingTFSM
-
Core mining method.
- execute(GraphCollection) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
-
- execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
-
Executes the algorithm for a dataset of graphs in transactional representation.
- execute(GraphCollection) - Method in class org.gradoop.flink.algorithms.fsm.TransactionalFSM
-
- execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
-
- execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.WeaklyConnectedComponentsAsCollection
-
- execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
-
- execute(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
-
- execute(GC, GC) - Method in interface org.gradoop.flink.model.api.operators.BinaryBaseGraphCollectionToValueOperator
-
Executes the operator.
- execute(LG, LG) - Method in interface org.gradoop.flink.model.api.operators.BinaryBaseGraphToValueOperator
-
Executes the operator on the given graphs.
- execute() - Method in interface org.gradoop.flink.model.api.operators.GraphCollectionGenerator
-
generates the graph collection
- execute() - Method in interface org.gradoop.flink.model.api.operators.GraphGenerator
-
generates the graph
- execute(LogicalGraph, LogicalGraph...) - Method in interface org.gradoop.flink.model.api.operators.GraphsToGraphOperator
-
Executes this operator.
- execute() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsGenerator
-
generates the graph transactions
- execute(GC) - Method in interface org.gradoop.flink.model.api.operators.UnaryBaseGraphCollectionToValueOperator
-
Executes the operator.
- execute(G) - Method in interface org.gradoop.flink.model.api.operators.UnaryBaseGraphToValueOperator
-
Executes the operator on the given graph.
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.aggregation.Aggregation
-
- execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.cloning.Cloning
-
- execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.combination.Combination
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.combination.ReduceCombination
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.DistinctById
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.DistinctByIsomorphism
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.GroupByIsomorphism
-
- execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.equality.CollectionEquality
-
- execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.equality.CollectionEqualityByGraphIds
-
- execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.equality.GraphEquality
-
- execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.exclusion.Exclusion
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.exclusion.ReduceExclusion
-
- execute(LogicalGraph, LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
-
- execute(LogicalGraph, GraphCollection) - Method in class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
-
Fusing the already-combined sources.
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGrouping
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.kmeans.KMeans
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
- execute(LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
Execute the operation.
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
- execute(LogicalGraph) - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
-
Layouts the given graph.
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.limit.Limit
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
-
Recursively executes this node and returns the resulting
Embedding data set.
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
-
Executes the query plan and produces the resulting embeddings.
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
-
- execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.TransactionalPatternMatching
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.ReduceEdgeNeighborhood
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.ReduceVertexNeighborhood
-
- execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.overlap.Overlap
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.overlap.ReduceOverlap
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Applies the rollUp operation on the given input graph.
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.FilterVerticesWithDegreeOtherThanGiven
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.selection.Selection
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.selection.SelectionBase
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.split.Split
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageClusteringCoefficient
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageDegree
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageIncomingDegree
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageOutgoingDegree
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistributionAsValues
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DegreeCentrality
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctProperties
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIds
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIdsByEdgeLabel
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIds
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIdsByEdgeLabel
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeCount
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeLabelDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeValueDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.GraphDensity
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegreeDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegrees
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegreeDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegrees
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.SourceLabelAndEdgeLabelDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.TargetLabelAndEdgeLabelDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexCount
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexDegreeDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexDegrees
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexLabelDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexValueDistribution
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctEdgePropertiesByLabelPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctSourceVertexCountPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctTargetVertexCountPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctVertexPropertiesByLabelPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.EdgeCountPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.SourceAndEdgeLabelDistributionPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.TargetAndEdgeLabelDistributionPreparer
-
- execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.VertexCountPreparer
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.verify.Verify
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyCollection
-
- execute(LG) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyGraphContainment
-
- execute(GC) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyGraphsContainment
-
- execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.diff.Diff
-
- execute() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
- execute() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
-
- execute(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
- execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.metric.BaseVertexCentricDegreeEvolution
-
- execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
-
- execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
-
- execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.verify.VerifyAndUpdateEdgeValidity
-
- executeForGVELayout(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
-
Executes the operator for collections based on
GVELayout
- executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
-
- executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
-
- executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
-
- executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
-
- executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Computes the result for pattern query graph.
- executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching
-
- executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.DualSimulation
-
Performs dual simulation based on the given query.
- executeForPattern(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
-
- executeForPattern(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Computes the result for pattern query graph.
- executeForTxLayout(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
-
- executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
-
- executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
-
- executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
-
- executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
-
- executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Computes the result for single vertex query graphs.
- executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching
-
- executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.DualSimulation
-
- executeForVertex(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
-
- executeForVertex(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Computes the result for single vertex query graphs.
- executeInGelly(Graph<K, VV, EV>) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
-
Perform some operation in Gelly and transform the Gelly graph back to a dedicated value.
- executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
-
- executeInGelly(Graph<GradoopId, GradoopId, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
-
- executeInGelly(Graph<Long, Long, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
-
Executes gelly algorithm and post process the result.
- executeInGelly(Graph<GradoopId, VV, EV>) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
-
Perform some operation in Gelly and transform the Gelly graph back to a Gradoop
BaseGraph.
- executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.hits.HITS
-
- executeInGelly(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
-
- executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.pagerank.PageRank
-
- executeInGelly(Graph<Long, VCIVertexValue, Long>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
-
- executeInGelly(Graph<GradoopId, NullValue, Double>) - Method in class org.gradoop.flink.algorithms.gelly.shortestpaths.SingleSourceShortestPaths
-
- executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.trianglecounting.GellyTriangleCounting
-
- executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.vertexdegrees.DistinctVertexDegrees
-
- executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
-
Executes the computation of the clustering coefficient.
- executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientDirected
-
- executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientUndirected
-
- executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientDirected
-
- executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientUndirected
-
- executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.GellyLabelPropagation
-
- executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.GradoopLabelPropagation
-
- executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
-
Executes the label propagation and returns the updated vertex dataset.
- executeInternal(DataSet<G>, DataSet<V>, DataSet<E>, BaseGraphFactory<G, V, E, LG, GC>) - Method in class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
Applies the transformation functions on the given datasets.
- expandColumn - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
specifies the input column that will be expanded
- ExpandDirection - Enum in org.gradoop.flink.model.impl.operators.matching.single.cypher.utils
-
Specifies the direction of an expand operation
- ExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
-
Represents an intermediate result for the expand operator.
- ExpandEmbedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Create a new ExpandIntermediateResult.
- ExpandEmbedding(Embedding, GradoopId...) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Create a new expand intermediate result
- ExpandEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
-
Expands an vertex along the edges.
- ExpandEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
New Expand One Operator
- ExpandEmbeddingsBulk - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
-
Expands an vertex along the edges.
- ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
-
New Expand One Operator
- ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
-
New Expand One Operator with default join strategy
- ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
-
New Expand One Operator with no upper bound
- ExpandEmbeddingsForLoop - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
-
Expands an vertex along the edges.
- ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
-
New Expand One Operator
- ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
-
New Expand One Operator with default join strategy
- ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
-
New Expand One Operator with no upper bound
- ExpandEmbeddingsNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
-
- ExpandEmbeddingsNode(PlanNode, PlanNode, String, String, String, int, int, ExpandDirection, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
-
Creates a new node.
- ExpandFirstField<T> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Returns one Tuple2<GradoopId, T> per id contained in the first field.
- ExpandFirstField() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.ExpandFirstField
-
- ExpandFrequentPatterns - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
(graph, pattern -> embedding) => pattern, ...
- ExpandFrequentPatterns() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.ExpandFrequentPatterns
-
- ExpandGradoopIds<T> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Takes a tuple 2, containing an object and a gradoop id set, and creates one
new tuple 2 of the object and a gradoop id for each gradoop id in the set.
- ExpandGradoopIds() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ExpandGradoopIds
-
- ExpandGraphsToIds<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Takes a graph element as input and collects all graph ids the element is contained in.
- ExpandGraphsToIds() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIds
-
- ExpandGraphsToIdSet<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Maps an element to a GradoopIdSet of all graph ids the element is contained in.
- ExpandGraphsToIdSet() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIdSet
-
- ExplorativePatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
-
Algorithm detects subgraphs by traversing the search graph according to a
given traversal code which is derived from the query pattern.
- ExplorativePatternMatching.Builder - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
-
- ExtendVertexDataWithInterval - Class in org.gradoop.temporal.model.impl.operators.metric.functions
-
Join function that extends the calculated degree tree for each vertex with the time interval of the vertex.
- ExtendVertexDataWithInterval() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.ExtendVertexDataWithInterval
-
Creates an instance of this join function.
- extractEdges(DataSet<FatVertex>, EdgeFactory<E>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
Initializes edges from the given pattern matching result.
- extractEdgesWithData(DataSet<FatVertex>, DataSet<E>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
Initializes edges including their original data from the given pattern
matching result.
- ExtractExpandColumn - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
-
Extracts a join key from an id stored in an embedding record
The id is referenced via its column index.
- ExtractExpandColumn(Integer) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractExpandColumn
-
Creates the key selector
- extractGraphCollection(DataSet<Element>, BaseGraphCollectionFactory<G, V, E, LG, GC>, boolean) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
- extractGraphCollectionWithData(DataSet<Element>, LG, boolean) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
- ExtractIdIntervalMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
-
Map function to extract id and temporal interval from a vertex.
- ExtractIdIntervalMap(TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.ExtractIdIntervalMap
-
Creates an instance of this map transformation.
- ExtractJoinColumns - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
-
Given a set of columns, this key selector returns a concatenated string containing the
identifiers of the specified columns.
- ExtractJoinColumns(List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractJoinColumns
-
Creates the key selector
- ExtractKeyedCandidateEdges - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
-
Extract the join key from an edge embedding and stores both in an
EdgeWithTiePoint
- ExtractKeyedCandidateEdges() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractKeyedCandidateEdges
-
- ExtractPropertyFromVertex - Class in org.gradoop.dataintegration.transformation.impl
-
This operator is executed on the vertex dataset and extracts a property to a newly created vertex
which can be connected to the vertex it was created from.
- ExtractPropertyFromVertex(String, String, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
-
- ExtractPropertyFromVertex(String, String, String, String, EdgeDirection, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
-
Constructs a new
UnaryGraphToGraphOperator which extracts properties from vertices into
newly created vertices and connects original and new vertex with each other.
- ExtractPropertyJoinColumns - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
-
Given a set of property columns, this key selector returns a concatenated string containing the
property values of the specified columns.
- ExtractPropertyJoinColumns(List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractPropertyJoinColumns
-
Creates the key selector
- ExtractPropertyValues<T extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Extracts Triples of the form <Tuple1<PropertyName>, PropertyValue> from the given list of
GraphElements
- ExtractPropertyValues() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValues
-
Creates a new UDF
- ExtractPropertyValuesByLabel<T extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Extracts Triples of the form Tuple2<Tuple2<Label,PropertyName>, PropertyValue> from the given list
of GraphElements
- ExtractPropertyValuesByLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValuesByLabel
-
Creates a new UDF
- ExtractPropertyWithOriginId - Class in org.gradoop.dataintegration.transformation.impl.functions
-
This
FlatMapFunction extracts a
PropertyValue and the origin Id of a vertex into
a Tuple.
- ExtractPropertyWithOriginId(String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.ExtractPropertyWithOriginId
-
The constructor for extracting property value and its origin id.
- extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgeProperties
-
- extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgePropertiesByLabel
-
- extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctProperties
-
Extracts key value pairs from the given logical graph
- extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexProperties
-
- extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexPropertiesByLabel
-
- extractVertices(DataSet<FatVertex>, VertexFactory<V>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
Initializes vertices from the given pattern matching result.
- extractVerticesWithData(DataSet<FatVertex>, DataSet<V>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
-
Initializes vertices including their original data from the given
pattern matching result.
- GDLConsoleOutput - Class in org.gradoop.flink.io.impl.gdl
-
Allows to print graphs and graph collections to the standard output.
- GDLConsoleOutput() - Constructor for class org.gradoop.flink.io.impl.gdl.GDLConsoleOutput
-
- GDLDataSink - Class in org.gradoop.flink.io.impl.gdl
-
A data sink that writes a graph or graph collection to a gdl formatted string.
- GDLDataSink(String) - Constructor for class org.gradoop.flink.io.impl.gdl.GDLDataSink
-
Creates a GDL data sink.
- GDLEncoder<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.io.impl.gdl
-
Encodes data structures using the GDL format.
- GDLEncoder(List<G>, List<V>, List<E>) - Constructor for class org.gradoop.flink.io.impl.gdl.GDLEncoder
-
Creates a GDLEncoder using the passed parameters.
- GDLQueryExample - Class in org.gradoop.examples.patternmatch
-
A self-contained example on how to use the query engine in Gradoop.
- GDLQueryExample() - Constructor for class org.gradoop.examples.patternmatch.GDLQueryExample
-
- GellyCommunitiesExample - Class in org.gradoop.examples.communities
-
- GellyCommunitiesExample() - Constructor for class org.gradoop.examples.communities.GellyCommunitiesExample
-
- GellyGlobalClusteringCoefficientDirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Gradoop EPGM model wrapper for Flink Gellys implementation of the global clustering coefficient
algorithm for directed graphs
GlobalClusteringCoefficient.
- GellyGlobalClusteringCoefficientDirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientDirected
-
Creates an instance of the GellyGlobalClusteringCoefficientDirected wrapper class.
- GellyGlobalClusteringCoefficientUndirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Gradoop EPGM model wrapper for Flink Gellys implementation of the global clustering coefficient
algorithm for undirected graphs
GlobalClusteringCoefficient.
- GellyGlobalClusteringCoefficientUndirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientUndirected
-
Creates an instance of the GellyGlobalClusteringCoefficientUndirected wrapper class.
- GellyLabelPropagation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation
-
Executes the label propagation integrated in Flink Gelly.
- GellyLabelPropagation(int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.GellyLabelPropagation
-
Constructor
- GellyLocalClusteringCoefficientDirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Gradoop EPGM model wrapper for Flink Gellys implementation of the local clustering coefficient
algorithm for directed graphs
LocalClusteringCoefficient.
- GellyLocalClusteringCoefficientDirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientDirected
-
Creates an instance of the GellyLocalClusteringCoefficientDirected wrapper class.
- GellyLocalClusteringCoefficientUndirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Gradoop EPGM model wrapper for Flink Gellys implementation of the local clustering coefficient
algorithm for undirected graphs
LocalClusteringCoefficient.
- GellyLocalClusteringCoefficientUndirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientUndirected
-
Creates an instance of the GellyLocalClusteringCoefficientUndirected wrapper class.
- GellyTriangleCounting<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.trianglecounting
-
Gradoop EPGM model wrapper for the Flink Gelly algorithm for triangle counting in a graph
TriangleEnumerator.
- GellyTriangleCounting() - Constructor for class org.gradoop.flink.algorithms.gelly.trianglecounting.GellyTriangleCounting
-
Creates an instance of GellyTriangleCounting.
- GellyVertexValueToVertexPropertyJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
-
Stores the gelly vertex value (a
GradoopId) as property with the given property key in
the gradoop vertex.
- GellyVertexValueToVertexPropertyJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.GellyVertexValueToVertexPropertyJoin
-
Stores the gelly vertex value as a property.
- GellyVertexWithLongIdToGradoopIdJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Joins a Gelly vertex with its index-to-GradoopId-mapping to replace the index with the GradoopId.
- GellyVertexWithLongIdToGradoopIdJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithLongIdToGradoopIdJoin
-
Creates an instance of GellyVertexWithLongIdToGradoopIdJoin.
- GellyVertexWithVertexJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Joins a Gelly result vertex with an Gradoop Vertex.
- GellyVertexWithVertexJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithVertexJoin
-
Creates an instance of GellyVertexWithVertexJoin with a given key for the boolean property value.
- generateFusionCandidates(DataSet<Tuple2<LVertex, Boolean>>, DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
Finds connected vertices by joining with the edges.
- generateId(String) - Static method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
-
- get(byte[]) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
-
Deserializes an object from the provided byte array.
- get() - Static method in class org.gradoop.common.model.impl.id.GradoopId
-
Returns a new GradoopId
- get() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Get the data from the Bytes.
- get(String) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Returns the value to the given key of null if the value does not
exist.
- get(Class<T>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the value as the specified type.
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
-
Deserializes an object from the provided byte array.
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
-
Deserializes an object from the provided byte array.
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
-
- get(byte) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
-
Returns strategy mapping to the provided byte value.
- get(Class) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
-
Get a strategy which corresponds the provided class.
- get(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
-
Get strategy by object.
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
Deserializes an object from the provided byte array.
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- get(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
-
Returns the entry at the specified position.
- get(String, T) - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
integer value by key
- getAccumuloProperties() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get accumulo properties
- getAdjacencyList(GraphTransaction, MapFunction<EPGMEdge, ED>, MapFunction<EPGMVertex, VD>) - Static method in class org.gradoop.flink.representation.transactional.RepresentationConverters
-
transaction => adjacency list
- getAggregateFunctions() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the aggregate functions as list
- getAggregatePropertyKey() - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
-
Returns the property key used to store the aggregate value.
- getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.BaseAggregateFunction
-
- getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
-
- getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
-
- getAggregateValueList() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the aggregate values as property value list
- getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getAggregateValues() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Returns the aggregate values of the group item.
- getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the aggregate values as list
- getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getAllDistributedKeys(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
-
Get an array of all possible keys for a given original key.
- getAllVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all variables contained in the pattern.
- getAllVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the query variables covered by this plan table entry
- getAllVariables() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
- getArgs() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- getArgs() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- getAttributedVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the query variables that are evaluable in a filter operator.
- getAttributedVariables() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
- getBase() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Returns the base part
- getBigDecimal() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getBinaryLength() - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- getBinaryLength() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- getBins() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
-
Returns the bins
- getBoolean() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as boolean.
- getBranch(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
-
Extracts the branch of a give DFS code multiplex.
- getByteSize() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getCandidates(int, List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
-
Returns a bit vector representing the matches for the given entity.
- getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
-
- getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- getCandidates(int) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.DepthSearchMatching
-
Get all vertices that match the pattern of a step.
- getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- getCanonicalLabel() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
-
Returns canonical label of a subgraph.
- getCanonicalLabel() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Getter.
- getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- getCardinality() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation.QueryPlanEstimator
-
Traverses the query plan and computes the estimated cardinality according to the nodes.
- getCardinality() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
-
Traverses the query plan and computes the estimated cardinality according to the nodes.
- getCategoricalSelectivityEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns a map that maps categorical property names to
estimations of the probability that an element has this property with a
certain PropertyValue.
- getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.CCSGraph
-
- getCategory() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Categorizable
-
Getter.
- getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- getCellid() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Gets cellid
- getCells() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
- getCenterVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns a single center vertex of the query graph.
- getCenterVertices() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertices that have a minimum eccentricity.
- getCentralVertexIds() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertex ids that have a minimum eccentricity.
- getChildNode() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.UnaryNode
-
Returns the child (input) node of that node.
- getClassFromTypeString(String) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
-
Get the class corresponding to a type string.
- getCnfEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimator
-
- getCollection(CSVLineToElement<G>, CSVLineToElement<V>, CSVLineToElement<E>, BaseGraphCollectionFactory<G, V, E, LG, GC>) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
-
Create a graph collection from CSV lines using
CSVLineToElement mapper functions.
- getCollectionFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
-
Get the factory that is responsible for creating an instance of a graph collection of type
GC.
- getCollectionFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getCollectionFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getComparator() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
- getCompareFunction() - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
Gets compareFunction
- getComponents(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
Computes the graphs connected components
- getComponents() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the mapping of vertices to connected graph components
- getConfig() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Get the gradoop configuration.
- getConfig() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
-
Returns the Gradoop Flink configuration.
- getConfig() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
-
Returns the Gradoop Flink configuration.
- getConfig() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsOperators
-
Getter.
- getConfig() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getConfig() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getConfig() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
- getConfig() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getConfig() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
-
Returns the Gradoop configuration associated with that EPGM Store,
- getConfig() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getConfig() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
- getConfig() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
-
- getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
-
- getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
-
- getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
-
- getConfig() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getConfig() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- GetConnectedComponentDistributionFlatMap<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Collects the aggregated component ids from vertices and edges.
- GetConnectedComponentDistributionFlatMap(String, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.GetConnectedComponentDistributionFlatMap
-
Constructor to initialize function
- getConnectingEdgeLabel() - Method in class org.gradoop.dataintegration.transformation.impl.NeighborhoodVertex
-
Get the edge label of the edge which connects the original vertex and the neighbor.
- getConstant() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
- getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
-
- getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
-
- getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
-
- getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- getCount() - Method in interface org.gradoop.flink.model.api.tuples.Countable
-
Getter.
- getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Gets count
- getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Get amount of edges that this edge represents.
- getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Get the number of vertices this vertex represents
- getCount() - Method in class org.gradoop.flink.model.impl.tuples.WithCount
-
- getCurrentKey() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
-
Returns the current key.
- getCurrentRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
-
- getCurrentRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
Returns the current record.
- getCurrentValue() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
-
Returns the current value.
- getDate() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getDebugString(IN) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Returns the debug string representation of the concrete Object.
- getDebugString(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
-
- getDebugString(TripleWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
-
- getDebugString(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.debug.PrintEmbedding
-
- getDebugString(EdgeStep<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEdgeStep
-
- getDebugString(EmbeddingWithTiePoint<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
-
- getDebugString(VertexStep<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintVertexStep
-
- getDebugString(Deletion) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintDeletion
-
- getDebugString(FatVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintFatVertex
-
- getDebugString(Message) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintMessage
-
- getDebugString(TripleWithDirection) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintTripleWithDirection
-
- getDefaultAggregate(AggregateFunction) - Static method in class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateUtil
-
- getDefaultConfig() - Static method in class org.gradoop.common.config.GradoopConfig
-
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads.
- getDefaultConfig() - Static method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads and default table names.
- getDefaultConfig() - Static method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Creates a default Configuration using POJO handlers for vertices, edges
and graph heads and default table names.
- getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getDefaultKey() - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
-
Get the default key value for all elements.
- getDefaultKey() - Method in interface org.gradoop.flink.model.api.functions.KeyFunctionWithDefaultValue
-
Get the default key value for all elements.
- getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunctionWithDefaultValues
-
- getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
-
- getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
-
- getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
-
- getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
-
- getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
- getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
-
- getDefaultLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
-
- getDefaultValue() - Method in interface org.gradoop.flink.model.api.functions.AggregateDefaultValue
-
Defines the default value.
- getDefaultValue() - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
-
- getDeletion() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- getDeletions() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- getDiameter(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
Computes the diameter of the given connected graph using.
- getDiameter() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the diameter of the query graph.
- getDictionaryType() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- getDirection(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the direction in which the path associated with the specified variable is stored
in the embedding.
- getDirection() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood
-
Returns the considered edge direction.
- getDirectionMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
- getDirectoryForRecord(T) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
-
- getDirectoryForRecord(IT) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
Get the appropriate subdirectory for a record.
- getDistinctEdgeProperties(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct edge property values for given property name
Eg (name) -> 20
- getDistinctEdgeProperties(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct property values for given edge label property name pair
Eg (Person, name) -> 20
- getDistinctSourceVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct source vertices.
- getDistinctSourceVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct source vertices incident to an edge with the specified label.
- getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Counts or estimates the number of distinct source vertices for edges
with a certain label
- getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Counts or estimates the number of distinct source vertices
- getDistinctTargetVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct target vertices.
- getDistinctTargetVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct target vertices incident to an edge with the specified label.
- getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Counts or estimates the number of distinct target vertices
- getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Counts or estimates the number of distinct target vertices for edges with a certain label
- getDistinctVertexProperties(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct vertex property values for given property name
Eg (name) -> 20
- getDistinctVertexProperties(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of distinct property values for given vertex label property name pair
Eg (Person, name) -> 20
- getDistributedKey(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
-
Get a row key that is salted with a 1 Byte prefix.
- getDotFileFormat(boolean) - Method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
-
- getDouble() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as double.
- getDuration() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getEccentricity(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
Computes the eccentricity for each vertex in the given connected graph.
- getEccentricity(QueryHandler, Vertex) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
Computes the eccentricity for the given vertex using a BFS approach.
- getEdge() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
- getEdge() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
returns the edge
- getEdgeById(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the edge associated with the given id or null if the
edge does not exist.
- getEdgeByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns edge by its given variable.
- getEdgeByVariable(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the Edge associated with the given variable or null if the variable does
not exist.
- getEdgeByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns the edge which is identified by the given variable.
- getEdgeCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all edges that are bound to a variable in the GDL script.
- getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- getEdgeCount(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Calculates the edge count for a given edge multiplex.
- getEdgeCount(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getEdgeCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the number of edges in the query graph.
- getEdgeCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of edges in the graph
- getEdgeCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of edges with the specified label.
- getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Returns the number of edges in the query graph.
- getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Returns the number of edges with a given label
- getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Returns total number of edges
- getEdgeCountBySource(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of edges with a specified source vertex label and edge label.
- getEdgeCountByTarget(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of edges with a specified target vertex label and edge label.
- getEdgeCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the edge file.
- getEdgeCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the edge file containing only edges with the specified label.
- getEdgeData() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
-
- getEdgeFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
-
Get the factory that is responsible for creating edge instances.
- getEdgeFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- getEdgeFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- getEdgeFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
- getEdgeFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- getEdgeFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- getEdgeHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get edge handler
- getEdgeHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get edge handler
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Returns the edge id
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
-
- getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- getEdgeIds() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
- getEdgeIds() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
- getEdgeIdsBySourceVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edge ids that start at the given vertex id or null if
the given vertex has no outgoing edges.
- getEdgeIdsByTargetVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edge ids that point to the given vertex id or null if
the given vertex has no incoming edges.
- getEdgeLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Getter.
- getEdgeLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getEdgeLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Getter.
- getEdgeLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Getter.
- getEdgeLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getEdgeLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
Returns tuple which contains the properties used for a specific edge label.
- getEdgeLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the edge labels available in the meta data.
- getEdgeLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
- getEdgeLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
- getEdgeMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
-
- getEdgeMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Returns a mapping between edge id and property value used for debug.
- getEdgeMapping() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Returns a mapping between edge id and property value used for debug.
- getEdgePath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the edge directory.
- getEdgePropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the property meta data associated with the specified edge label.
- getEdges() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all edges contained in the ASCII graph.
- getEdges() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
- getEdges() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
-
Setter.
- getEdges() - Method in interface org.gradoop.flink.model.api.layouts.Layout
-
Returns all edges.
- getEdges() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getEdges() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getEdges() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getEdges() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getEdges() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- getEdges() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getEdges() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
-
Gets edges
- getEdges() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges in the query.
- getEdges(DataSet<E>, DataSet<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
-
Filters edges based on the given graph identifiers.
- getEdges() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns all edges contained in the ASCII graph.
- getEdges() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getEdges() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
The request for all elements without specifying a label results in a union of all label-partitioned
datasets.
- getEdges() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getEdges() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getEdgesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all edges that belong to the given graphs.
- getEdgesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all edges that belong to the given graph variables.
- getEdgesByGraphVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns all edges that belong to the given graph variables.
- getEdgesByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.Layout
-
Returns all edges having the specified label.
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges with the given label or null if there are no
edges with that label.
- getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
- getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getEdgesBySourceVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges that start at the given vertex id or null if the
given vertex has no outgoing edges.
- getEdgesByTargetVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges that point to the given vertex id or null if the
given vertex has no incoming edges.
- getEdgesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns edges by their given variables.
- getEdgesByVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all outgoing and incoming edges that are incident to the given
vertex id.
- getEdgeSpace(ElementQuery<AccumuloElementFilter<EPGMEdge>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getEdgeSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all edges from the EPGMGraphOutput.
- getEdgeSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all edges from the EPGMGraphOutput.
- getEdgeSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
- getEdgeSpace(ElementQuery<EFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read edges from the EPGMGraphOutput by element query
- getEdgeSpace(ElementQuery<EFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read edges from the EPGMGraphOutput by element query
- getEdgeSpace(ElementQuery<HBaseElementFilter<EPGMEdge>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getEdgeStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
Returns the edge statistics list
- getEdgeTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get edge table name
- getEdgeTableName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getEdgeTableName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
-
Returns the table name where edge data is stored.
- getEdgeTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get edge table name
- getEdgeTableName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getEdgeValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- getEdgeVariable() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
Returns the name of the edge variable
- getEdgeVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edge variables contained in the pattern.
- getEdgeVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of variables that are contained in the embedding and refer to edges.
- getElementCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns the number of elements in the sample
- getEmbedding() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- getEmbedding() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
-
Returns a sample embedding.
- getEmbedding() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- getEmbedding() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
-
- getEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
-
Returns the meta data describing the embeddings produced by this node.
- getEmbeddings(int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Returns all embeddings for a give pattern index.
- getEmbeddings() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- getEmbeddings() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Getter.
- getEmbeddings() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Factory method to create an empty graph.
- getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Factory method to create an empty graph.
- getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Convenience method to create and empty map.
- getEnd() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Returns the end element
- getEndKey() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
-
Returns the end key of the row key range, i.e., 13 Bytes where position 0 is initialized
with the number of regions and positions 1 - 12 are initialized with '1'.
- getEndSpeed() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Gets endSpeed
- getEntryColumn(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the position of the embedding entry corresponding to the given variable.
- getEntryCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the number of entries mapped in this meta data.
- getEntryMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
- getEntryType(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the entry type of the given variable.
- getEstimatedCardinality() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the estimated cardinality of the query plan represented by this entry.
- getEstimatedCardinality() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
- getEstimatedTimeBins() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns the binning estimations for tx_from, tx_to, val_from, val_to depending on
the vertices that are currently in the reservoir sample
- getExecutionEnvironment() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Returns the Flink execution environment.
- getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
-
- getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
Check, if an extension is in in or against direction.
- getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
-
- getFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
-
Get the factory that is responsible for creating an instance of LG.
- getFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
-
Get the factory that is responsible for creating an instance of GC.
- getFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getFileCreationMode(JobContext) - Static method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
-
Gets the file creation mode of a JobContext.
- getFilter() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
-
Get element filter predicate
- getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
-
Returns a copy of the filter predicate attached to this node.
- getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
-
Returns a copy of the filter predicate attached to this node.
- getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
-
Returns a copy of the filter predicate attached to this node.
- getFilterPredicate() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
-
get filter predicate
- getFilterPredicate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
Returns a copy of the filter predicate attached to this node.
- getFilterPredicate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
-
Returns a copy of the filter predicate attached to this node.
- getFirstGeqEdgeId(int[], int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtils
-
Find the fist edge greater than or equal to a given 1-edge DFS code.
- getFirstGeqEdgeId(int[], int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.SortedSearchGraphUtils
-
- getFirstGeqEdgeId(int[], int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.UnsortedSearchGraphUtils
-
- getFloat() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as float.
- getForce() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Get the last force that was applied to this vertex
- getFrom() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
Returns the Long id of the starting vertex of this step.
- getFrom() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getFromId(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Getter.
- getFromId(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getFromLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Getter.
- getFromLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getFromTime() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- getFromValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborEdgeFunction
-
- getFunction() - Method in interface org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborFunction
-
Returns the aggregate function.
- getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborVertexFunction
-
- getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood
-
Returns the aggregate function.
- getGdlHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the GDL handler
- getGDLString() - Method in class org.gradoop.flink.io.impl.gdl.GDLEncoder
-
Creates a GDL formatted string from the graph heads, vertices and edges.
- getGradoopId() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getGradoopIds() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Returns the gradoop ids of the graphs that the edge belongs to.
- getGradoopIds() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
Returns the gradoop ids of the graphs that the vertex belongs to.
- getGradoopIds() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Returns the gradoop ids of the graphs that the edge belongs to.
- getGradoopIds() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
Returns the gradoop ids of the graphs that the vertex belongs to.
- getGraph(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
-
Turns a pattern in DFS code model into a graph.
- getGraph(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
Turns a pattern into a graph transaction in adjacency list model.
- getGraph() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
- getGraph(GradoopId) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
-
- getGraph(GradoopId) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Returns base graph from collection using the given identifier.
- getGraphCollection() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
-
- getGraphCollection() - Method in class org.gradoop.dataintegration.importer.impl.json.MinimalJSONImporter
-
- getGraphCollection() - Method in interface org.gradoop.flink.io.api.DataSource
-
Reads the input as graph collection.
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.graph.GraphDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSource
-
- getGraphCollection() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns a collection of all logical graph contained in the database.
- getGraphCollection() - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
- getGraphCollection() - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
-
- getGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
- getGraphCollectionByVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Builds a
GraphCollection from the graph referenced by the given
graph variables.
- getGraphCollectionFactory() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Returns a factory that is able to create graph collection layouts.
- getGraphCount() - Method in interface org.gradoop.common.model.api.entities.GraphElement
-
Returns the number of graphs this element belongs to.
- getGraphCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
- getGraphCount() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
- getGraphElements() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
-
Get a DataSet containing all elements of the graph
- getGraphFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
-
Get the factory that is responsible for creating an instance of LG.
- getGraphFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getGraphFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getGraphGDLString() - Static method in class org.gradoop.examples.common.SocialNetworkGraph
-
Returns the SNA Graph as GDL String.
- getGraphGDLString() - Static method in class org.gradoop.examples.frequentpattern.data.DIMSpanData
-
Provides an example graph collection used for DIMSpanExample
- getGraphGDLString() - Static method in class org.gradoop.examples.quickstart.data.QuickstartData
-
Example Graph for QuickstartExample
- getGraphHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get graph handler
- getGraphHead() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayout
-
Returns a dataset containing a single graph head associated with that
logical graph.
- getGraphHead() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- getGraphHead() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
- getGraphHead() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getGraphHead() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
- getGraphHead() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getGraphHeadByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns GraphHead by given variable.
- getGraphHeadByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns GraphHead by given variable.
- getGraphHeadCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all graph heads that are bound to a variable in the GDL script.
- getGraphHeadCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the graph head file.
- getGraphHeadCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the graph head file containing only graph heads with the specified label.
- getGraphHeadFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
-
Get the factory that is responsible for creating graph head instances.
- getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
- getGraphHeadFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- getGraphHeadFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- getGraphHeadHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get graph head handler
- getGraphHeadName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getGraphHeadName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
-
Returns the table name where graph data is stored.
- getGraphHeadName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getGraphHeadPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the graph head directory.
- getGraphHeads() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all GraphHeads contained in the ASCII graph.
- getGraphHeads() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
-
Returns the graph heads associated with the logical graphs in that
collection.
- getGraphHeads() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getGraphHeads() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns all GraphHeads contained in the ASCII graph.
- getGraphHeads() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getGraphHeads() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
The request for all elements without specifying a label results in a union of all label-partitioned
datasets.
- getGraphHeads() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getGraphHeadsByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
-
Returns the graph heads associated with the logical graphs in that
collection filtered by label.
- getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
- getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getGraphHeadsByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns GraphHeads by their given variables.
- getGraphHeadsByVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns the graph heads assigned to the specified variables.
- getGraphHeadStrings(GC) - Method in class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
-
Created a dataset of (graph id, canonical label) pairs.
- getGraphHeadTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get graph head table name
- getGraphId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- getGraphId() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Getter.
- getGraphId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- getGraphId() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- getGraphId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getGraphId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
-
- getGraphIds() - Method in interface org.gradoop.common.model.api.entities.GraphElement
-
Returns all graphs that element belongs to.
- getGraphIds() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
- getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
repeated bytes graphIds = 4;
- getGraphIds(int) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIds() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
- getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
repeated bytes graphIds = 4;
- getGraphIdsCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
repeated bytes graphIds = 4;
- getGraphIdsList() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
repeated bytes graphIds = 4;
- getGraphLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the graph labels available in the meta data.
- getGraphPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the property meta data associated with the specified graph label.
- getGraphs(GradoopIdSet) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
-
- getGraphs(GradoopId...) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Extracts base graphs from collection using their identifiers.
- getGraphs(GradoopIdSet) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Extracts base graphs from collection using their identifiers.
- getGraphSpace(ElementQuery<AccumuloElementFilter<EPGMGraphHead>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getGraphSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all graphs from the EPGMGraphOutput.
- getGraphSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all graphs from the EPGMGraphOutput.
- getGraphSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
- getGraphSpace(ElementQuery<GFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read graph elements from the EPGMGraphOutput by element query
- getGraphSpace(ElementQuery<GFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read graph elements from the EPGMGraphOutput by element query
- getGraphSpace(ElementQuery<HBaseElementFilter<EPGMGraphHead>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getGraphStatistics() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalEstimator
-
- getGraphTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get graph table name
- getGraphTransaction(AdjacencyList<GradoopId, String, GradoopId, GradoopId>) - Static method in class org.gradoop.flink.representation.transactional.RepresentationConverters
-
adjacency list => transaction
- getGraphTransactions() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
-
Returns the graph collection represented as graph transactions.
- getGraphTransactions() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
- getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getGroupingLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the grouping label
- getGroupingValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getGroupingValues() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Returns the grouping values of the group item.
- getGroupingValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getGroupLabel() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Returns the label of the group of the group item.
- getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the group label
- getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
- getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
- getHeight() - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
-
The height of the layout-area for this layouter
- getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
-
- getId() - Method in interface org.gradoop.common.model.api.entities.Identifiable
-
Returns the identifier of that entity.
- getId() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getId() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
-
Getter.
- getId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.TFSMGraph
-
- getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- getId() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Returns the elements id.
- getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- getId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- getId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
-
Gets id
- getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Gets id
- getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Gets id
- getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Gets id
- getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Gets id
- getId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
-
- getId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Get edge id
- getId(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the Id of the entry stored at the specified position
- getId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
-
- getId() - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
-
- getId() - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
-
- getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required bytes id = 1;
- getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required bytes id = 1;
- getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required bytes id = 1;
- getIdAsList(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the ID or ID-List stored at the specified position
- getIdData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the internal representation of the stored ids
- getIdFilter(GradoopIdSet, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object to return only graph elements that are equal to the given
GradoopIds.
- getIdList(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the ID-List stored at the specified column
- getIdListData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the internal representation of the stored IdLists
- getIdsAsList(List<Integer>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the IDs entries stored at the specified positions
- getIdSet() - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
-
- getIncomingCandidateCounts() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- getIncomingRows() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
- getIncrement(Element) - Method in class org.gradoop.examples.aggregation.functions.AggregateListOfNames
-
- getIncrement(Element) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
-
Describes the increment of an element that should be added to the aggregate.
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasLabel
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxProperty
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinProperty
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificAggregatorWrapper
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.UnlabeledGroupAggregatorWrapper
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
-
- getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
-
- getIncrement(Element) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
-
Get the increment to be added to the aggregate from an element.
- getIncrement(TemporalElement) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
-
Get the increment of a temporal element to be added to the aggregate value.
- getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
-
Get a time stamp as the aggregate value from a temporal element.
- getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
-
Get the duration of a time dimension as the aggregate value from a temporal element.
- getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
-
Calculates the duration of a given element depending on the given
TimeDimension.
- getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
-
Calculates the duration of a given element depending on the given
TimeDimension.
- getIncrementValues(Element) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the property values of the given element which are used for
aggregation.
- getIndex(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Find index of a given pattern
- getInstance() - Static method in class org.gradoop.storage.hbase.utils.RegionSplitter
-
Static function to return the instance of this RegionSplitter.
- getInstance() - Static method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
-
Static function to return the instance of this RowKeyDistributor.
- getInt() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as int.
- getK() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
Gets k.
- getK() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Gets k
- getKey() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
-
Returns the property key.
- getKey() - Method in class org.gradoop.common.model.impl.properties.Property
-
Returns the property key.
- getKey(E) - Method in class org.gradoop.dataintegration.transformation.functions.GetPropertiesAsList
-
- getKey(E) - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
-
Extracts the birthday property from the element and divides it by 10.
- getKey(G) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.GraphId
-
- getKey(HITS.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.hits.functions.HitsResultKeySelector
-
Selects GradoopId as key
- getKey(PageRank.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.pagerank.functions.PageRankResultKey
-
- getKey(E) - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
-
Get the key from the element.
- getKey(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.Id
-
- getKey(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Label
-
- getKey(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Properties
-
- getKey(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.SourceId
-
- getKey(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.TargetId
-
- getKey(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of2
-
- getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of3
-
- getKey(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of4
-
- getKey(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of2
-
- getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of3
-
- getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value2Of3
-
- getKey(Tuple2<GD, C>) - Method in class org.gradoop.flink.model.impl.operators.difference.functions.IdOf0InTuple2
-
- getKey(Tuple2<K, GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.LeftElementId
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
-
- getKey(LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector
-
- getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractExpandColumn
-
- getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractJoinColumns
-
- getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractPropertyJoinColumns
-
- getKey(T) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.keyselector.IdInTuple
-
- getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
-
- getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
-
- getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
-
- getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
-
- getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
- getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
-
- getKeys() - Method in class org.gradoop.common.model.impl.properties.Properties
-
Returns property keys in insertion order.
- getKeys() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
- getKeyTypeInfo() - Method in class org.gradoop.flink.io.impl.graph.functions.InitElement
-
Returns type information for the import element identifier.
- getLabel() - Method in interface org.gradoop.common.model.api.entities.Labeled
-
Returns the label of that entity.
- getLabel() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
-
- getLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- getLabel() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Returns the elements label.
- getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- getLabel() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- getLabel() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
-
- getLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
-
- getLabel() - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
-
- getLabel(ID) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
Label accessor.
- getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required string label = 2;
- getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required string label = 2;
- getLabel() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns the label of the elements
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required string label = 2;
- getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required string label = 2;
- getLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getLabelGroup() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Returns the label group of the group item.
- getLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
-
- getLabelInFilter(Set<String>, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object representation of labelIn predicate
- getLabelRegFilter(Pattern, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object representation of labelReg predicate
- getLabels() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelIn
-
- getLabelsForVariables(Collection<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns a mapping between the given variables (if existent) and the corresponding element
label.
- getLat() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Gets the latitude.
- getLayoutFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
-
Get the layout factory responsible for creating a graph collection layout.
- getLayoutFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
-
Get the layout factory responsible for creating a graph layout.
- getLayoutFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- getLayoutFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- getLayoutFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- getLayoutFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- getLeftChild() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.BinaryNode
-
Returns the left input node.
- getLength() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Get length
- getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
Retruns the wrapped left hand side predicate
- getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
Returns the left hand side predicate
- getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
-
Returns the wrapped left hand side predicate
- getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Returns the wrapped left hand side of the comparison
- getList() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped List as List<PropertyValue>.
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Returns the logger for the concrete subclass.
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.debug.PrintEmbedding
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEdgeStep
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintVertexStep
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintDeletion
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintFatVertex
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintMessage
-
- getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintTripleWithDirection
-
- getLogicalGraph() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
-
Import each row of the file as a vertex and create a logical graph from it.
- getLogicalGraph() - Method in class org.gradoop.dataintegration.importer.impl.json.MinimalJSONImporter
-
- getLogicalGraph() - Method in interface org.gradoop.flink.io.api.DataSource
-
Reads the input as logical graph.
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
-
Will use a single graph head of the collection as final graph head for the graph.
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
-
Will use a single graph head of the collection as final graph head for the graph.
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.graph.GraphDataSource
-
Transforms the import graph into a logical graph.
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSource
-
- getLogicalGraph() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns a logical graph containing the complete vertex and edge space of
the database.
- getLogicalGraph(boolean) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns a logical graph containing the complete vertex and edge space of
the database.
- getLogicalGraph() - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
-
- getLogicalGraph() - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
-
- getLogicalGraph() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
- getLogicalGraphByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Builds a
LogicalGraph from the graph referenced by the given
graph variable.
- getLogicalGraphFactory() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Returns a factory that is able to create logical graph layouts.
- getLon() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Gets Longitude
- getLong() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as long.
- getMap() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped Map as Map<PropertyValue, PropertyValue>.
- getMap() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
- getMatches(EL1, Collection<EL2>, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
-
Returns all query candidate ids for the given EPGM element.
- getMaxEdgeCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
-
- getMaxIterations() - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
-
Returns the maximum number of iterations the algorithm is executed.
- getMaxIterations() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Gets maxIterations
- getMaxNormalizedKeyLen() - Method in class org.gradoop.common.model.impl.id.GradoopId
-
- getMaxRepulsionDistance() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
Gets maxRepulsionDistance
- getMaxRepulsionDistance() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Gets maxRepulsionDistance
- getMaxTimePoint() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
-
Retrurns the record's message type
- getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.EdgeWriteSupport
-
- getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.GraphHeadWriteSupport
-
- getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.VertexWriteSupport
-
- getMessageType() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalEdgeWriteSupport
-
- getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalGraphHeadWriteSupport
-
- getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalVertexWriteSupport
-
- getMessageTypes() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- getMetaDataPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Get the path to the metadata file.
- getMin() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
-
- getMinEdgeCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
-
- getMinSupport() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- getMinSupport() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
-
- getMinTimePoint() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
Deprecated.
- getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
Deprecated.
- getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
Deprecated.
- getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
Deprecated.
- getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
Deprecated.
- getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
Deprecated.
- getName() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
-
- getName() - Method in class org.gradoop.flink.algorithms.fsm.TransactionalFSM
-
- getName() - Method in interface org.gradoop.flink.model.api.operators.Operator
-
Returns the operators name.
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
-
- getName() - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
-
Get the operator description
This is used for Flink operator naming
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
-
- getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
-
- getName() - Method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
-
Get the property name for an instance of Neighborhood.
- getName() - Method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
-
Get the property name for an instance of VertexDegree.
- getName() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
-
- getName() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
-
- getNeighborId() - Method in class org.gradoop.dataintegration.transformation.impl.NeighborhoodVertex
-
- getNeighborIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertex ids that are adjacent to the given vertex (without
considering edge direction).
- getNeighbors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertices that are adjacent to the given vertex (without
considering edge direction).
- getNextId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- getNextVersionNumber(EL) - Method in class org.gradoop.dataintegration.transformation.impl.BasePropertyTransformationFunction
-
Returns the next unused version number.
- getNonTemporalIncrement(Element) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
-
Get the default value used for non-temporal elements or throw an exception.
- getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
-
- getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Returns the TimeLiteral representing the systime at the start of query processing
- getNumberOfRegions() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
-
Get the number of regions.
- getNumericalOccurrenceEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns a map that maps every numerical property to an estimation of the probability of
its occurrence (based on the current reservoir sample)
- getNumericalPropertyStatsEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns a map that maps every numerical property to an estimation of its mean and variance
based on the current reservoir sample
- getObject() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as object.
- getObject() - Method in class org.gradoop.flink.model.impl.tuples.WithCount
-
- getOffset() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Get offset
- getOriginalKey(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
-
Get the original key by the given key with a prefix.
- getOutgoingRows() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
- getParentIds() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getPath() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Returns the path
- getPathCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the number of variable length paths mapped in this meta data.
- getPathVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of variables that are contained in the embedding and refer to paths.
- getPattern(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Returns a pattern at a given index.
- getPatternCompressionInStep() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- getPatternCount() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
Convenience method.
- getPatternVerificationInStep() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- getPerVertex(LogicalGraph, DataSet<EPGMVertex>, Neighborhood.EdgeDirection) - Static method in class org.gradoop.dataintegration.transformation.impl.Neighborhood
-
This methods returns a DataSet containing a tuple where the first part is a vertex
and the second one a list of all neighbors of this vertex.
- getPosition() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Gets position
- getPosition() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Gets position
- getPossibleRowKeys(GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
-
Returns a list of all possible row keys for the given gradoop id according to
the spreading byte.
- getPossibleRowKeys(GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
-
- getPredecessorIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edge ids that point to the source vertex of the given edge or
null if the edge has no predecessors.
- getPredecessors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges that point to the source vertex of the given edge or
null if the edge has no predecessors.
- getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Returns the stored predicates
- getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all available predicates in Conjunctive Normal Form
CNF.
- getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the remaining predicates not covered by this plan entry.
- getPredicates() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Returns all available predicates in Conjunctive Normal Form
CNF.
- getPreviousIterations() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Gets previousIterations
- getProcessedVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the query variables that have been processed by this plan entry.
- getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateCartesianNeighborhoodEdges
-
- getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateEdgesFromTriple
-
- getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateVertexFromEdges
-
- getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
-
- getProducedType() - Method in class org.gradoop.flink.algorithms.btgs.functions.NewBtgGraphHead
-
- getProducedType() - Method in class org.gradoop.flink.io.impl.graph.functions.InitEdge
-
- getProducedType() - Method in class org.gradoop.flink.io.impl.graph.functions.InitVertex
-
- getProducedType() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.EdgeFromIds
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.InitGraphHead
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.VertexFromId
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildSuperVertex
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceEdgeGroupItems
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperEdgeFromTuple
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperVertexFromTuple
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromElements
-
- getProducedType() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.InitGraphHeadWithLineage
-
- getProgress() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
-
Returns the current process of input streaming.
- getProjectionKeys() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
-
Returns a copy of the projection keys attached to this node.
- getProjectionKeys() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
-
Returns a copy of the projection keys attached to this node.
- getProjectionKeys() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
Returns a copy of the projection keys attached to this node.
- getProjectionKeys() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
-
Returns a copy of the projection keys attached to this node.
- getProjectionPairs() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns all (variable,key) pairs needed for further query processing.
- getProjectionPairs() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
Returns all (variable,key) pairs needed for further query processing.
- getPropEqualsFilter(String, PropertyValue, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object representation of propEquals predicate
- getProperties() - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Returns all properties of that entity.
- getProperties() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- getProperties() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Returns a string that represents the elements properties.
- getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- getProperties() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- getProperties() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
Deprecated.
- getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
Deprecated.
- getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
Deprecated.
- getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
Deprecated.
- getProperties() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns a list of all property values stored in the embedding
- getProperties(ID) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
Property accessor.
- getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
Deprecated.
- getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
Deprecated.
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
Deprecated.
- getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
Deprecated.
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
Deprecated.
- getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
Deprecated.
- getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
Deprecated.
- GetPropertiesAsList<E extends Attributed> - Class in org.gradoop.dataintegration.transformation.functions
-
A map and key function used to extract property values of certain keys as a
PropertyValueList.
- GetPropertiesAsList(List<String>) - Constructor for class org.gradoop.dataintegration.transformation.functions.GetPropertiesAsList
-
Create a new instance of this key function.
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
map<string, bytes> properties = 3;
- getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
map<string, bytes> properties = 3;
- getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
map<string, bytes> properties = 3;
- getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
map<string, bytes> properties = 3;
- getProperty(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the property stored at the specified column
- getPropertyColumn(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the position of the PropertyValue corresponding to the Variable-PropertyKey-Pair.
- getPropertyCount() - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Returns the number of properties stored at that entity.
- getPropertyCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getPropertyCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns the number of property values mapped in this meta data.
- getPropertyData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the internal representation of the stored properties
- getPropertyKey() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
Returns the property key of the property selector.
- getPropertyKeys() - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Returns all property keys of that entity or null it that entity has
no properties.
- getPropertyKeys() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getPropertyKeys() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Returns the property keys
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Returns the properties referenced by the expression for a given variable
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Retrieves a set of all property keys referenced by the predicate for a given variable
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
-
Returns a set of property keys referenced by this expression for a given variable
- getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of all property keys that are contained in the embedding regarding the
specified variable.
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
- getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
- getPropertyMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
- getPropertyMetaData(String, String) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaData
-
Get the property meta data for the type and label.
- getPropertyMetaData(Property) - Static method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataParser
-
Returns the property meta data string for the specified property.
- getPropertyPairs() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns all (variable,key) pairs attached to the query plan.
- getPropertyString(E, String) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
-
Returns the concatenated property values of the specified element according to the meta data.
- getPropertyValue(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Returns the object referenced by the given key or null if the key
does not exist.
- getPropertyValue(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- getPropLargerThanFilter(String, PropertyValue, boolean, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object representation of propLargerThan predicate
- getPropRegFilter(String, Pattern, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
-
Creates a HBase Filter object representation of propReg predicate
- getQuery() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Returns the GDL query processed by this operator instance.
- getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
-
Returns the element query or null, if no query was applied before.
- getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
-
Returns the element query or null, if no query was applied before.
- getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
-
Returns the element query or null, if no query was applied before.
- getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
-
- getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
-
- getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
-
- getQuery() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Returns the GDL query processed by this operator instance.
- getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
-
- getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
-
- getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
-
- getQueryHandler() - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
-
Returns the query handler.
- getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Returns the query handler.
- getQueryHandler() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalEstimator
-
- getQueryHandler() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Returns the query handler.
- getQueryPlan() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation.QueryPlanEstimator
-
Returns the estimated query plan.
- getQueryPlan() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
- getQueryPlan() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
-
Returns the estimated query plan.
- getQueryPlan() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
- getQueryRanges() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
-
Get query ranges by anti-encrypt wrapper
- getQueryRanges() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
-
get query range by gradoop id
- getRadius(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
Computes the radius of the given connected graph.
- getRadius() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the radius of the query graph.
- getRawBytes(T) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
-
Serializes the given object.
- getRawBytes() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getRawBytes(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
-
- getRawBytes(Boolean) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
-
Serializes the given object.
- getRawBytes(LocalDate) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
-
- getRawBytes(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
-
- getRawBytes(Double) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
-
- getRawBytes(Float) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
-
- getRawBytes(GradoopId) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- getRawBytes(Integer) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
-
- getRawBytes(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
-
Serializes the given object.
- getRawBytes(Long) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
-
- getRawBytes(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
-
Serializes the given object.
- getRawBytes(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
-
- getRawBytes(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
-
Get byte array representation of the provided object.
- getRawBytes(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
Serializes the given object.
- getRawBytes(Short) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- getRawBytes(String) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- getRawBytes(LocalTime) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- getRawBytesWithoutType(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
-
Get the raw byte representation of a
PropertyValue instance without the type byte as prefix.
- getRawId(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the ID of the entry stored at the specified position represented as byte array
- getRawIdEntry(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the internal representation of the IdEntry stored at the specified position
- getRawProperty(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the internal representation of the property stored at the specified column
- getRawType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
-
Gets a byte which represents the data type the specific strategy handles.
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- getRecipientId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- getRecipientId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- getRecordWriter(TaskAttemptContext) - Method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
-
- getReduceFilter() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
-
Get reduce filter
- getReg() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelReg
-
- getReg() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
-
- getReservoirSample() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
-
Returns the reservoir sample
- getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
-
Retruns the wrapped right hand side predicate
- getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
Returns the right hand side predicate
- getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
-
Returns the wrapped right hand side predicate
- getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Returns the wrapped left hand side of the comparison
- getRightChild() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.BinaryNode
-
Returns the right input node.
- getRightmostPathTimes(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
-
Calculates the rightmost path of a given pattern.
- getRightmostPathTimes(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
- getRoot() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
-
Returns the root node of the query plan
- getRootConverter(Configuration) - Static method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
-
Gets the root converter class of a job's Configuration.
- getRootConverter() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
-
- getRowKey(GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
-
Creates a globally unique row key based on the given gradoop id.
- getRowKey(GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
-
Creates a globally unique row key based on the given gradoop id.
- getSample() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns the sample
- getSampleSize() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
-
Returns the size of the sample
- getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
-
Get the scanner instance.
- getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
-
Get the scanner instance.
- getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
-
Get the scanner instance.
- getSenderId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- getSenderIds() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getSet() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped Set as Set<PropertyValue>.
- getShort() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as short.
- getSingleEdgePatternEmbeddings(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
-
Finds all 1-edge patterns and their embeddings in a given graph.
- getSingleEdgePatternEmbeddings(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
- getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
-
- getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
Check if an edge is outgoing.
- getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
-
- getSize() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- getSize() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Getter.
- getSize() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- getSource() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Get source id
- getSourceCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- getSourceId() - Method in interface org.gradoop.common.model.api.entities.Edge
-
Returns the source vertex identifier.
- getSourceId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
-
- getSourceId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Getter.
- getSourceId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Getter.
- getSourceId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
-
- getSourceId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Returns the string that represents the source.
- getSourceId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- getSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes sourceId = 5;
- getSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
required bytes sourceId = 5;
- getSourceId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
required bytes sourceId = 5;
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Gets sourceId
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Returns the source id
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- getSourceId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getSourceId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Returns the string that represents the source.
- getSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes sourceId = 5;
- getSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required bytes sourceId = 5;
- getSourceId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required bytes sourceId = 5;
- getSourceId() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
- getSourceLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Getter.
- getSourceLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getSourceTargetVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns a mapping from edge variable to the corresponding source and target variables.
- getSourceVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
- getSourceVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Returns the source vertex.
- getSplitCharacter(String) - Static method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
-
Get the character that should be used to split the given line
- getStartKey() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
-
Returns the start key of the row key range, i.e., 13 Bytes initialized with '0'.
- getStartSpeed() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Gets startSpeed
- getStep(int) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
-
Return the i-th step of the traversal code.
- getSteps() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
-
Return a list containing each step of the traversal.
- getString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Returns the wrapped value as
String.
- getSubCNF(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Filters all disjunctions that could be evaluated with the given variable and returns them in a new CNF.
- getSubCNF(Set<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Filters all disjunctions that could be evaluated with the given set of variables and returns
them in a new CNF.
- getSubEdges() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Get the list of sub-edge ids for this edge
- getSubelementListValue(List<GradoopId>) - Static method in class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
-
Helper function to convert the List of sub-elements into a comma seperated string
Gradoop (especially the CSVDataSink) seems to have trouble with lists of PropertyValues, so
this is the easies workaround
- getSubVertices() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Get list of sub-vertex ids
- getSuccessorIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edge ids that start at the target vertex of the given edge or
null if the edge has no successors.
- getSuccessors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all edges that start at the target vertex of the given edge or
null if the edge has no successors.
- getSuperVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getSuperVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
-
- getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
-
Get table by table prefix definition
- getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
-
- getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
-
- getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
-
- getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
-
- getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
-
- getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
-
- getTarget() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Get target id
- getTargetId() - Method in interface org.gradoop.common.model.api.entities.Edge
-
Returns the target vertex identifier.
- getTargetId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
-
- getTargetId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Getter.
- getTargetId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
Getter.
- getTargetId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
-
- getTargetId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Returns the string that represents the target.
- getTargetId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- getTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes targetId = 6;
- getTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
required bytes targetId = 6;
- getTargetId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
-
required bytes targetId = 6;
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Gets targetId
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Returns the target id
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
-
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- getTargetId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getTargetId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Returns the string that represents the target.
- getTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes targetId = 6;
- getTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required bytes targetId = 6;
- getTargetId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required bytes targetId = 6;
- getTargetId() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
- getTargetLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Getter.
- getTargetLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- getTargetVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
- getTargetVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Returns the target vertex
- getTemporalGraph(GradoopFlinkConfig) - Static method in class org.gradoop.examples.common.TemporalCitiBikeGraph
-
Returns the temporal graph instance.
- getTemporalGraph() - Method in interface org.gradoop.temporal.io.api.TemporalDataSource
-
Reads the input as temporal graph.
- getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
- getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
-
- getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
-
- getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
-
- getTemporalGraphCollection() - Method in interface org.gradoop.temporal.io.api.TemporalDataSource
-
Reads the input as temporal graph collection.
- getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
- getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
-
- getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
-
- getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
-
- getTemporalGraphCollectionFactory() - Method in class org.gradoop.temporal.util.TemporalGradoopConfig
-
Return a factory that is able to create temporal graph collections.
- getTemporalGraphFactory() - Method in class org.gradoop.temporal.util.TemporalGradoopConfig
-
Return a factory that is able to create temporal graphs.
- getTemporalPropertyStats(TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Returns the (not binning-based) statistics for temporal properties.
- getTiePoint() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- getTiePointId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
-
- getTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- getTimeByDimension(TimeDimension) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the time tuple (from, to) regarding to the given
TimeDimension.
- getTimeConstant() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
Returns the wrapped constant
- getTimeField() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
Returns the TimeField (i.e.
- getTimeLiteral() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
Returns the wrapped TimeLiteral
- getTo() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
Returns the target vertex of this step.
- getTo() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getToId(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Getter.
- getToId(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getToLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Getter.
- getToLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getTopKey() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
-
- getTopValue() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
-
- getToTime() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- getToValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- getTransactions() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsOperators
-
Getter.
- getTransactionTime() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the transaction time tuple (tx-from, tx-to).
- getTransformations() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
-
- getTraversals() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
- getTriples() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the query graph as a collection of triples.
- getTxDurationStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Return the statistics for tx time durations.
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txFrom = 7;
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required int64 txFrom = 7;
- getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required int64 txFrom = 7;
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txFrom = 4;
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required int64 txFrom = 4;
- getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required int64 txFrom = 4;
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txFrom = 5;
- getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required int64 txFrom = 5;
- getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required int64 txFrom = 5;
- getTxFrom() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the beginning of the elements transaction interval as unix timestamp in milliseconds.
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txTo = 8;
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required int64 txTo = 8;
- getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required int64 txTo = 8;
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txTo = 5;
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required int64 txTo = 5;
- getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required int64 txTo = 5;
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txTo = 6;
- getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required int64 txTo = 6;
- getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required int64 txTo = 6;
- getTxTo() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the end of the elements transaction interval as unix timestamp in milliseconds.
- getType() - Method in interface org.gradoop.common.model.api.entities.ElementFactory
-
Returns the type of the instances produced by that factory.
- getType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
-
Gets the class of the data type the specific strategy handles.
- getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
-
- getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
-
- getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
-
- getType() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Get the data type as class object according to the first position of the rawBytes[] array.
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- getType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- getType() - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
-
Get the type of the key.
- getType() - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
-
Get the type of the key.
- getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
-
- getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
-
- getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
-
- getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
-
- getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
-
- getType() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
Returns the type of this plan table entry.
- getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
-
- getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
- getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
-
- getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
-
- getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- getTypeByte(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
-
- getTypeByte() - Method in enum org.gradoop.common.model.impl.properties.Type
-
Returns the byte representation.
- getTypeString(PropertyValue) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the type string for the specified property value.
- getTypeString() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
-
Returns the property type string.
- getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- getValDurationStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Return the statistics for valid time durations.
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valFrom = 9;
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required int64 valFrom = 9;
- getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required int64 valFrom = 9;
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valFrom = 6;
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required int64 valFrom = 6;
- getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required int64 valFrom = 6;
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valFrom = 7;
- getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required int64 valFrom = 7;
- getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required int64 valFrom = 7;
- getValidFrom() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the beginning of the elements validity as unix timestamp in milliseconds.
- getValidTime() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the valid time tuple (valid-from, valid-to).
- getValidTo() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Get the end of the elements validity as unix timestamp in milliseconds.
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valTo = 10;
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
required int64 valTo = 10;
- getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
-
required int64 valTo = 10;
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valTo = 7;
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
required int64 valTo = 7;
- getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
-
required int64 valTo = 7;
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valTo = 8;
- getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
required int64 valTo = 8;
- getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
-
required int64 valTo = 8;
- getValue() - Method in class org.gradoop.common.model.impl.properties.Property
-
Returns the property value.
- getValue() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Gets value
- getValue() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
Returns the value of the literal.
- getValue() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
-
- getValueParser() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
-
Returns a parser for the property value.
- getValues() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
- getVariable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
Returns the query variable of the property selector.
- getVariable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
Returns the variable of the wrapped TimeSelector
- getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
- getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
- getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Returns the variables referenced by the expression
- getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Retrieves a set of all variables included in the predicate collection
- getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of all variable that are contained in the embedding.
- getVariablesWithProperties() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of all variables that are contained in the embedding and have at least one
associated property column.
- getVertexById(GradoopId) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
Returns a vertex matching a given identifier.
- getVertexById(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the vertex associated with the given id or null if the
vertex does not exist.
- getVertexByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns vertex by its given variable.
- getVertexByVariable(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the vertex associated with the given variable or null if the variable does
not exist.
- getVertexByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns the vertex which is identified by the given variable.
- getVertexCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all vertices that are bound to a variable in the GDL script.
- getVertexCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- getVertexCount(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Calculates the vertex count for a given edge multiplex.
- getVertexCount(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns the number of vertices in the query graph.
- getVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of vertices in the graph.
- getVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Returns the number of vertices with the specified label.
- getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Returns the number of vertices in the query graph.
- getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
- getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
-
- getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Returns the number of vertices with a given label
- getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
Returns total number of vertices
- getVertexCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the vertex file.
- getVertexCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the vertex file containing only vertices with the specified label.
- getVertexData() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
-
- getVertexFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
-
Get the factory that is responsible for creating vertex instances.
- getVertexFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- getVertexFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- getVertexFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
- getVertexFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- getVertexFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- getVertexHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get vertex handler
- getVertexHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get vertex handler
- getVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- getVertexId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
-
- getVertexId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- getVertexIds() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
- getVertexLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
Returns tuple which contains the properties used for a specific vertex label.
- getVertexLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the vertex labels available in the meta data.
- getVertexLabels(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Returns distinct vertex labels from a given edge multiplex.
- getVertexLabels(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- getVertexLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
-
- getVertexMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
-
- getVertexMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
Returns a mapping between vertex id and property value used for debug.
- getVertexMapping() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Returns a mapping between vertex id and property value used for debug.
- getVertexPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
-
Returns the path to the vertex directory.
- getVertexPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
-
Returns the property meta data associated with the specified vertex label.
- getVertexSpace(ElementQuery<AccumuloElementFilter<EPGMVertex>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getVertexSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all vertices from the EPGMGraphOutput.
- getVertexSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
-
Reads all vertices from the EPGMGraphOutput.
- getVertexSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
- getVertexSpace(ElementQuery<VFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read vertices from the EPGMGraphOutput by element query
- getVertexSpace(ElementQuery<VFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
-
Read vertices from the EPGMGraphOutput by element query
- getVertexSpace(ElementQuery<HBaseElementFilter<EPGMVertex>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getVertexStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
-
Returns the vertex statistics list
- getVertexTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
Get vertex table name
- getVertexTableName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- getVertexTableName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
-
Returns the table name where vertex data is stored.
- getVertexTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
-
Get vertex table name
- getVertexTableName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- getVertexVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertex variables contained in the pattern.
- getVertexVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Returns a list of variables that are contained in the embedding and refer to vertices.
- getVertices() - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all vertices contained in the ASCII graph.
- getVertices() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
- getVertices() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
-
Getter.
- getVertices() - Method in interface org.gradoop.flink.model.api.layouts.Layout
-
Returns all vertices.
- getVertices() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getVertices() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getVertices() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getVertices() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getVertices() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- getVertices() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getVertices() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
-
Gets vertices
- getVertices() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertices in the query.
- getVertices(DataSet<V>, DataSet<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
-
Filters vertices based on the given graph identifiers.
- getVertices() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns all vertices contained in the ASCII graph.
- getVertices() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getVertices() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
The request for all elements without specifying a label results in a union of all label-partitioned
datasets.
- getVertices() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getVertices() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getVerticesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all vertices that belong to the given graphs.
- getVerticesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns all vertices that belong to the given graph variables.
- getVerticesByGraphVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
-
Returns all vertices that belong to the given graph variables.
- getVerticesByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.Layout
-
Returns all vertices having the specified label.
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
-
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
-
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
-
- getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
-
Returns all vertices with the given label or null if there are no
vertices with that label.
- getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
-
- getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
- getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- getVerticesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
-
Returns vertices by their given variables.
- getVia() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
Returns the Long id of the traversed edge of this step.
- GetVisitedGellyEdgeLongIdsFlatMap - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Retrieves the long index for all visited outgoing edges from a gelly source vertex.
- GetVisitedGellyEdgeLongIdsFlatMap() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedGellyEdgeLongIdsFlatMap
-
- getVisitedOutEdges() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
-
Gets all visited outgoing edges.
- GetVisitedSourceTargetIdsFlatMap<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Retrieves the source- and target-id from an edge, if this edge was visited, determined by the
boolean property.
- GetVisitedSourceTargetIdsFlatMap(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedSourceTargetIdsFlatMap
-
Creates an instance of GetVisitedSourceTargetIdsFlatMap with a given property key.
- getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
- getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
- getWidth() - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
-
The width of the layout-area for this layouter
- getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
-
- getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
-
- getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
-
- getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
-
- getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
-
Returns the wrapped comparable
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
- getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
-
Returns the wrapped comparable
- getX() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
X-coordinate of vector
- getY() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Y-Coordinate of vector
- GRADOOP_BATCH_SCANNER_THREADS - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
gradoop batch scanner threads, default 10
- GRADOOP_ITERATOR_PRIORITY - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
gradoop accumulo iterator priority, default 0xf
- GRADOOP_ROOT_CONVERTER_CLASS - Static variable in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
-
- GradoopAccumuloConfig - Class in org.gradoop.storage.accumulo.config
-
Gradoop Accumulo configuration define
- GradoopConfig<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.config
-
Basic Gradoop Configuration.
- GradoopConfig() - Constructor for class org.gradoop.common.config.GradoopConfig
-
- GradoopConstants - Class in org.gradoop.common.util
-
Constants used in Gradoop.
- GradoopConstants() - Constructor for class org.gradoop.common.util.GradoopConstants
-
- GradoopEdgeIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
-
Accumulo gradoop edges iterator
- GradoopEdgeIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
-
- GradoopFlinkConfig - Class in org.gradoop.flink.util
-
Configuration for Gradoop running on Flink.
- GradoopFlinkConfig(ExecutionEnvironment, LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>, GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Constructor for class org.gradoop.flink.util.GradoopFlinkConfig
-
Creates a new Configuration.
- GradoopGellyAlgorithm<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>,VV,EV> - Class in org.gradoop.flink.algorithms.gelly
-
Base class for Algorithms executed in Flink Gelly that returns a
BaseGraph.
- GradoopGellyAlgorithm(VertexToGellyVertex<V, VV>, EdgeToGellyEdge<E, EV>) - Constructor for class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
-
Base constructor, only setting the mapper functions.
- GradoopGraphHeadIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
-
Accumulo gradoop graph head iterator
- GradoopGraphHeadIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
-
- GradoopHBaseConfig - Class in org.gradoop.storage.hbase.config
-
Configuration class for using HBase with Gradoop.
- GradoopId - Class in org.gradoop.common.model.impl.id
-
Primary key for an EPGM element.
- GradoopId() - Constructor for class org.gradoop.common.model.impl.id.GradoopId
-
Required default constructor for instantiation by serialization logic.
- GradoopId(int, int, short, int) - Constructor for class org.gradoop.common.model.impl.id.GradoopId
-
Creates a GradoopId using the given time, machine identifier, process identifier, and counter.
- GradoopIdConverter(Consumer<GradoopId>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdConverter
-
Creates a converter for gradoop ids.
- GradoopIdSet - Class in org.gradoop.common.model.impl.id
-
Represents a set of
GradoopId instances, ignoring any duplicates.
- GradoopIdSet() - Constructor for class org.gradoop.common.model.impl.id.GradoopIdSet
-
Required default constructor for instantiation by serialization logic.
- GradoopIdSetConverter(Consumer<GradoopIdSet>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
-
- GradoopIdStrategy - Class in org.gradoop.common.model.impl.properties.strategies
-
Strategy class for handling PropertyValue operations with a value of the type
GradoopIdStrategy.
- GradoopIdStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
-
- GradoopLabelPropagation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation
-
Executes the label propagation integrated in Gradoop.
- GradoopLabelPropagation(int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.GradoopLabelPropagation
-
Constructor
- GradoopParquetTypeBuilder - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Simple builder for parquet types with support for common EPGM/TPGM field types.
- GradoopParquetTypeBuilder() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
-
- GradoopReadSupport<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Simple parquet read support for a GradoopRootConverter
- GradoopReadSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
-
- GradoopRecordMaterializer<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
A simple parquet record materializer for the GradoopRootConverter.
- GradoopRecordMaterializer(GradoopRootConverter<R>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
-
Creates a new record materializer for the given root converter.
- GradoopRootConverter<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Root parquet group converter for EPGM elements.
- GradoopRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
Creates a new root converter based on the given record type (MessageType).
- GradoopRootConverter.GradoopIdConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Parquet converter for gradoop ids
- GradoopRootConverter.GradoopIdSetConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
- GradoopRootConverter.PropertiesConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
- GradoopRootConverter.PropertyValueConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
- GradoopRootConverter.StringConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Parquet converter for strings
- GradoopRootConverter.TimeIntervalConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Parquet group converter for gradoop time intervals
- GradoopStoreConfig - Interface in org.gradoop.storage.common.config
-
Definition of Gradoop Store Configuration
- GradoopVertexIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
-
Accumulo gradoop vertex iterator
- GradoopVertexIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
-
- GradoopWriteSupport<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
-
Base class for all EPGM/TPGM parquet write supports
- GradoopWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
-
- GRAPH - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
-
gradoop graph head table name
- GRAPH - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
-
graph element belonging
- GRAPH_COUNT - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
-
Cardinality of input graph collection size.
- GRAPH_COUNT - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
-
Cache counter name for the total number of graphs.
- GRAPH_ID - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
-
constant string for "graph id"
- GRAPH_ID - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
-
constant string for "graph id"
- GRAPH_ID_SET - Static variable in class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
-
String used to identify the graph id set on broadcast.
- GRAPH_IDS - Static variable in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
-
constant string for "graph ids"
- GRAPH_IDS - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
-
constant string for "graph ids"
- GRAPH_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
Symbol identifying a line to represent a graph start.
- GRAPH_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Used to tag a graph head entity.
- GraphCollection - Class in org.gradoop.flink.model.impl.epgm
-
A graph collection graph is one of the base concepts of the Extended Property Graph Model.
- GraphCollectionFactory - Class in org.gradoop.flink.model.impl.epgm
-
- GraphCollectionFactory(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
Creates a new factory.
- GraphCollectionGenerator - Interface in org.gradoop.flink.model.api.operators
-
Generates a graph collection
- GraphCollectionLayout<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
-
A graph collection layout defines the Flink internal (DataSet) representation of a graph
collection containing elements of the specified types.
- GraphCollectionLayoutFactory<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
-
- GraphCollectionOperators - Interface in org.gradoop.flink.model.api.epgm
-
- GraphContainmentFilterBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Superclass of single graph containment filters using broadcast variables.
- GraphContainmentFilterBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
-
- graphCount - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
-
input graph collection cardinality
- graphCount - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
-
search space size
- GraphDataSource<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph
-
Transforms an external graph into an EPGM database.
- GraphDataSource(DataSet<ImportVertex<K>>, DataSet<ImportEdge<K>>, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.graph.GraphDataSource
-
Creates a new graph reader with no lineage information stored at the
resulting EPGM graph.
- GraphDataSource(DataSet<ImportVertex<K>>, DataSet<ImportEdge<K>>, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.graph.GraphDataSource
-
Creates a new graph reader.
- GraphDensity - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the density of a graph and writes it to the graph head.
- GraphDensity() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.GraphDensity
-
- GraphElement - Interface in org.gradoop.common.model.api.entities
-
A graph element is part of a graph.
- GraphElementExpander<EL extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Takes an object of type
GraphElement, and creates a Tuple2 for each GradoopId containing in the set
of the object and the object.
- GraphElementExpander() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementExpander
-
constructor
- GraphElementHandler - Interface in org.gradoop.storage.hbase.impl.api
-
Responsible for reading and writing graph element entity data from and to
HBase.
- GraphElementSet<EL extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
-
{@code (graphId, element),..
- GraphElementSet() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementSet
-
- GraphElementsHeadsToTransaction - Class in org.gradoop.flink.model.impl.functions.epgm
-
Generates a graphTransaction for a set of vertices, edges and a graph head
based on the same graph.
- GraphElementsHeadsToTransaction() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementsHeadsToTransaction
-
- GraphEquality<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
-
Operator to determine if two graph are equal according to given string
representations of graph heads, vertices and edges.
- GraphEquality(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.equality.GraphEquality
-
constructor to set string representations
- GraphGenerator - Interface in org.gradoop.flink.model.api.operators
-
Generates a logical graph
- GraphHead - Interface in org.gradoop.common.model.api.entities
-
Describes data specifically assigned to a graph.
- GraphHeadFactory<G extends GraphHead> - Interface in org.gradoop.common.model.api.entities
-
Initializes
GraphHead objects of a given type.
- graphHeadFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
-
graph Head Factory
- GraphHeadGroup<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.distinction.functions
-
(label, graphId) |><| graphHead => (label, graphHead)
- GraphHeadGroup() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.GraphHeadGroup
-
- GraphHeadHandler - Interface in org.gradoop.storage.hbase.impl.api
-
This class is responsible for reading and writing EPGM graph heads from
and to HBase.
- GraphHeadInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
-
gradoop accumulo graph head input format
- GraphHeadInputFormat(Properties, AccumuloQueryHolder<EPGMGraphHead>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
-
input format constructor
- GraphHeadReduceFunction<G extends GraphHead> - Interface in org.gradoop.flink.model.api.functions
-
Marker interface for reduce functions used for group by isomorphism operator.
- GraphHeadRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
-
Root parquet group converter for EPGM graph heads.
- GraphHeadRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.GraphHeadRootConverter
-
Creates a new root converter for EPGM graph heads.
- GraphHeadString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
-
(graphId, label)
- GraphHeadString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
-
default constructor
- GraphHeadString(GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
-
constructor with field values
- GraphHeadTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
-
Reads graph data from HBase.
- GraphHeadTableInputFormat(GraphHeadHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
-
Creates an graph table input format.
- GraphHeadToCSVGraphHead - Class in org.gradoop.flink.io.impl.csv.functions
-
- GraphHeadToCSVGraphHead() - Constructor for class org.gradoop.flink.io.impl.csv.functions.GraphHeadToCSVGraphHead
-
- GraphHeadToDataString<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents a graph head by a data string (label and properties)
- GraphHeadToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToDataString
-
- GraphHeadToEmptyString<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents a graph head by an empty string
- GraphHeadToEmptyString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToEmptyString
-
- GraphHeadToIdString - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents a graph head by an id string
- GraphHeadToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToIdString
-
- GraphHeadToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
-
Creates a protobuf
EPGMProto.GraphHead.Builder from an
EPGMGraphHead.
- GraphHeadToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.GraphHeadToProtobufObject
-
- GraphHeadToString<G extends GraphHead> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
-
string representation of a graph head
- GraphHeadToTemporalGraphHead<G extends GraphHead> - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
Initializes a
TemporalGraphHead from a
GraphHead instance by setting either
default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
- GraphHeadToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.GraphHeadToTemporalGraphHead
-
Creates an instance of the TemporalGraphHeadFromNonTemporal map function.
- GraphHeadToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>, TimeIntervalExtractor<G>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.GraphHeadToTemporalGraphHead
-
Creates an instance of the TemporalGraphHeadFromNonTemporal map function.
- graphHeadTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
Modification function for graph heads
- GraphHeadWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
-
Parquet write support for EPGM graph heads.
- GraphHeadWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.GraphHeadWriteSupport
-
- GraphId<G extends FSMGraph> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => id
- GraphId() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.GraphId
-
- graphId - Variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
-
graph id
- GRAPHID - Static variable in class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
-
constant string for accessing broadcast variable "graph id"
- GraphIdFilter<T> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Filters a set of Tuple2 with GradoopIds in the first field by the
containment of this id in a broadcast set.
- GraphIdFilter() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphIdFilter
-
- graphIds - Variable in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
-
graph ids
- graphIds - Variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
-
graph ids
- GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- graphMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
-
Mapping between a graph labels and their associated property meta data.
- GraphMetrics - Class in org.gradoop.flink.model.impl.operators.matching.common.query
-
Collection of graph metrics necessary for query processing.
- GraphMetrics() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
-
- GraphsContainmentFilterBroadcast<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
-
Superclass of multi graph containment filters using broadcast variables.
- GraphsContainmentFilterBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
-
- GraphStatistics - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
-
- GraphStatistics(long, long, long, long) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
Constructor using basic statistics.
- GraphStatisticsDataSink - Class in org.gradoop.flink.io.impl.statistics
-
- GraphStatisticsDataSink(String) - Constructor for class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
-
Default constructor
- GraphStatisticsHDFSReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
-
- GraphStatisticsHDFSReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsHDFSReader
-
- GraphStatisticsLocalFSReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
-
- GraphStatisticsLocalFSReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsLocalFSReader
-
- GraphStatisticsReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
-
- GraphStatisticsReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
-
- GraphsToGraphOperator - Interface in org.gradoop.flink.model.api.operators
-
Creates a
LogicalGraph based on an at least one input graph.
- GraphTransaction - Class in org.gradoop.flink.model.impl.layouts.transactional.tuples
-
An encapsulated representation of a logical graph with duplicated elements.
- GraphTransaction() - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
Default constructor
- GraphTransaction(EPGMGraphHead, Set<EPGMVertex>, Set<EPGMEdge>) - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
Valued constructor
- GraphTransactionFromText - Class in org.gradoop.flink.io.impl.tlf.functions
-
Reads graph imported from a TLF file.
- GraphTransactionFromText(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.functions.GraphTransactionFromText
-
Valued constructor.
- GraphTransactionMatcher - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Matches the elements of GraphTransactions against a query string.
- GraphTransactionMatcher(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphTransactionMatcher
-
Constructor
- GraphTransactionsGenerator - Interface in org.gradoop.flink.model.api.operators
-
Generates a set of graph transactions
- GraphTransactionsOperators - Interface in org.gradoop.flink.model.api.operators
-
Describes all operators that can be applied on a single logical graph in the
EPGM.
- GraphTransactionsToGDL - Class in org.gradoop.flink.io.impl.gdl.functions
-
A reduce group function that converts graph transactions to a GDL string.
- GraphTransactionsToGDL() - Constructor for class org.gradoop.flink.io.impl.gdl.functions.GraphTransactionsToGDL
-
- GraphUtils - Interface in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Util methods to interpret and manipulate int-array encoded patterns and graphs
- GraphUtilsBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Util base methods to interpret and manipulate multiplexed graphs or patterns.
- GraphUtilsBase() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
-
- GraphVerticesEdges - Class in org.gradoop.flink.model.impl.functions.epgm
-
combiner: (graphId, [vertex|edges] -> (graphId, {vertex,...}, {edge,...})
reducer: (graphId, {vertex,...}, {edge,...}) -> (graphId, {vertex,...}, {edge,...})
- GraphVerticesEdges() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphVerticesEdges
-
- GraphWithCandidates - Class in org.gradoop.flink.model.impl.operators.matching.transactional.tuples
-
Represents a graph with the candidates of its elements.
- GraphWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
Default Constructor
- GraphWithCandidates(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
Constructor
- GraphWithPatternEmbeddingsMap - Class in org.gradoop.flink.algorithms.fsm.dimspan.tuples
-
(graph, pattern->embeddings)
- GraphWithPatternEmbeddingsMap() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
Default constructor.
- GraphWithPatternEmbeddingsMap(int[], PatternEmbeddingsMap) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
Constructor.
- GreedyPlanner<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy
-
A greedy query planner that builds a query plan by iteratively picking the cheapest partial query
plan and extending it.
- GreedyPlanner(LG, QueryHandler, GraphStatistics, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
-
Creates a new greedy planner.
- GreedyPlanner<G extends TemporalGraphHead,LG extends BaseGraph<G,TemporalVertex,TemporalEdge,LG,GC>,GC extends BaseGraphCollection<G,TemporalVertex,TemporalEdge,LG,GC>> - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy
-
Greedy query planning for temporal queries
- GreedyPlanner(LG, TemporalQueryHandler, TemporalGraphStatistics, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
-
Creates a new greedy planner.
- groupBy(List<String>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a condensed version of the base graph by grouping vertices based on the specified
property keys.
- groupBy(List<String>, List<String>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a condensed version of the base graph by grouping vertices and edges based on given
property keys.
- groupBy(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>, GroupingStrategy) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a condensed version of the base graph by grouping vertices and edges based on given
property keys.
- groupBy(DataSet<T>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
-
Groups the input dataset by the contained elements and counts the elements
per group.
- groupByFromTuple(DataSet<Tuple1<T>>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
-
Groups the input dataset by the contained elements and counts the elements
per group.
- groupByIsomorphism(GraphHeadReduceFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Groups a graph collection by isomorphism including labels and values.
- GroupByIsomorphism<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.distinction
-
Returns a distinct collection of base graphs.
- GroupByIsomorphism(GraphHeadReduceFunction<G>) - Constructor for class org.gradoop.flink.model.impl.operators.distinction.GroupByIsomorphism
-
Constructor.
- GroupCountEquals<O> - Class in org.gradoop.flink.model.impl.operators.intersection.functions
-
If the number of grouped elements equals a given expected size, return the
last element.
- GroupCountEquals(long) - Constructor for class org.gradoop.flink.model.impl.operators.intersection.functions.GroupCountEquals
-
Constructor
- GroupedFatVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Merges multiple fat vertices into a single
FatVertex.
- GroupedFatVertices() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedFatVertices
-
- groupEdges(DataSet<EdgeGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
Groups edges based on the algorithm parameters.
- groupEdgesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
-
Generates all combinations of the supplied edge grouping keys according to the definition of
the rollUp operation in SQL and uses them together with all vertex grouping keys for separate
grouping operations.
- groupEdgesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- GroupedMessages - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Combines a collection of messages to a single message.
- GroupedMessages() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedMessages
-
- Grouping<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
-
The grouping operator determines a structural grouping of vertices and edges
to condense a graph and thus help to uncover insights about patterns and
statistics hidden in the graph.
- Grouping.GroupingBuilder - Class in org.gradoop.flink.model.impl.operators.grouping
-
Used for building a grouping operator instance.
- GroupingBuilder() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Creates a new grouping builder
- GroupingConstants - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
-
Holds common constants used by functions in keyed grouping.
- GroupingConstants() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
- GroupingGroupCombine<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
-
Grouping implementation that uses group + groupCombine + groupReduce for
building super vertices and updating the original vertices.
- GroupingGroupReduce<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
-
Grouping implementation that uses group + groupReduce for building super
vertices and updating the original vertices.
- GroupingKeys - Class in org.gradoop.flink.model.impl.operators.keyedgrouping
-
A factory class for creating instances of commonly used grouping key functions.
- GroupingStrategy - Enum in org.gradoop.flink.model.impl.operators.grouping
-
Used to define the grouping strategy which is used for computing the summary graph.
- groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
Overridden by concrete implementations.
- groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.GroupingGroupCombine
-
- groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.GroupingGroupReduce
-
- GroupItem - Interface in org.gradoop.flink.model.impl.operators.grouping.tuples
-
Interface for the vertex and the edge group item.
- groupVertices(DataSet<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
-
Group vertices by either vertex label, vertex property or both.
- groupVerticesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
-
Generates all combinations of the supplied vertex grouping keys according to the definition of
the rollUp operation in SQL and uses them together with all edge grouping keys for separate
grouping operations.
- groupVerticesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
-
- grow(EdgeWithTiePoint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Expands a previous intermediate result by the given edge
(base,(a,b,c),d) x (d,e,f) -> (base, (a,b,c,d,e), f)
- growEmbeddingsOfFrequentSubgraphs(DataSet<SE>, DataSet<S>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.ThinkLikeAnEmbeddingFSMBase
-
Grows children of embeddings of frequent subgraphs.
- GrowFrequentPatterns - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
(graph, k-edge pattern -> embeddings) => (graph, k+1-edge pattern -> embeddings)
- GrowFrequentPatterns(GSpanLogic, DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.GrowFrequentPatterns
-
Constructor.
- growPatterns(int[], PatternEmbeddingsMap, List<int[]>, List<int[]>, boolean, List<int[]>) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
-
Grows children of all supported frequent patterns in a graph.
- growPatterns(int[], PatternEmbeddingsMap, List<int[]>, List<int[]>, boolean, List<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
- gSpan - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
-
Pattern growth and verification logic derived from gSpan.
- GSpanLogic - Interface in org.gradoop.flink.algorithms.fsm.dimspan.gspan
-
gSpan pattern growth and verification functionality.
- GSpanLogicBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.gspan
-
Superclass of gSpan pattern growth and verification functionality.
- GSpanLogicBase(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
Constructor
- GVECollectionLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve
-
Responsible for creating a
GVELayout from given data.
- GVECollectionLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
-
- GVEGraphLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve
-
Responsible for creating a
GVELayout from given data.
- GVEGraphLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
-
- GVELayout - Class in org.gradoop.flink.model.impl.layouts.gve
-
Represents a graph or a graph collection using three separate datasets:
- the first dataset contains the graph heads which are the meta data of logical graphs
- the second dataset contains the vertices contained in all graphs of the collection
- the third dataset contains the edges contained in all graphs of the collection
- GVELayout(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVELayout
-
Constructor
- ObjectTo1<T> - Class in org.gradoop.flink.model.impl.functions.tuple
-
object -> (object)
- ObjectTo1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ObjectTo1
-
- of(AccumuloElementFilter<T>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
-
Create a negative formula
- of(HBaseElementFilter<T>) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
-
Create a negative formula
- OFFSET - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
-
Value offset in byte
- OneSideEmpty<L,R> - Class in org.gradoop.flink.model.impl.functions.utils
-
Evaluates to true, if one join partner is NULL.
- OneSideEmpty() - Constructor for class org.gradoop.flink.model.impl.functions.utils.OneSideEmpty
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.DFSCodeToEPGMGraphTransaction
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.Frequent
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.GrowFrequentPatterns
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneEdges
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneVertices
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterEdgesByLabel
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterVerticesByLabel
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequent
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequentAndInteresting
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentEdgeLabels
-
- open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentVertexLabels
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
-
- open(int, int) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.image.functions.VertexZoomMap
-
- open(int, int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageOutputFormat
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelDecoder
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.ElementLabelEncoder
-
- open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.VertexLabelDecoder
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.utils.Superstep
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertexBC
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.SelectNearestCenter
-
Reads the centroid values from a broadcast variable into a collection.
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildIdWithCandidates
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildTripleWithCandidates
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementsFromEmbedding
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingEdges
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingPairs
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingTriples
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingVertices
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractKeyedCandidateEdges
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.FilterPreviousExpandEmbedding
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEdgeStep
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.EdgeHasCandidate
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateEdgeMapping
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexMapping
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.VertexHasCandidate
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.BuildFatVertex
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdateVertexState
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidateNeighborhood
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildIdWithCandidatesAndGraphs
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildTripleWithCandidatesAndGraphs
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphIdFilter
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphTransactionMatcher
-
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.DegreeDistanceFunction
-
Function called to store broadcasted max degree.
- open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
-
- open(GenericInputSplit) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
-
- open(int, int) - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
-
- open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildEdgeMutation
-
- open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildGraphHeadMutation
-
- open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildVertexMutation
-
- Operator - Interface in org.gradoop.flink.model.api.operators
-
Base interface for all graph operators.
- operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
- operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
-
- operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Stores the name of the operator predicates are connected with
- or(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Boolean
-
Logical or of two boolean properties.
- Or - Class in org.gradoop.flink.model.impl.functions.bool
-
Logical "OR" as Flink function.
- Or() - Constructor for class org.gradoop.flink.model.impl.functions.bool.Or
-
- or(FilterFunction<? super T>) - Method in interface org.gradoop.flink.model.impl.functions.filters.CombinableFilter
-
Combine this filter with another filter using a logical or.
- Or<T> - Class in org.gradoop.flink.model.impl.functions.filters
-
A filter that combines multiple filters using a logical or.
- Or(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.Or
-
Constructor setting the filter to be combined with a logical or.
- Or - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.bool
-
Interface of aggregate functions determining a predicate support.
- or(CNF) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
-
Connects another CNF via OR.
- or(AccumuloElementFilter<T>) - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
-
Disjunctive operator
- Or<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.calculate
-
Disjunctive predicate filter
- or(FilterImpl) - Method in interface org.gradoop.storage.common.predicate.filter.api.ElementFilter
-
Conjunctive operator for element filter
- or(HBaseElementFilter<T>) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
-
- Or<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.calculate
-
Disjunctive predicate filter
- Order - Enum in org.gradoop.common.util
-
Used for sort operations.
- org.gradoop.common.config - package org.gradoop.common.config
-
Contains Configuration classes for Gradoop.
- org.gradoop.common.exceptions - package org.gradoop.common.exceptions
-
Contains all additional exceptions used by Gradoop.
- org.gradoop.common.model.api.entities - package org.gradoop.common.model.api.entities
-
Contains all interfaces defining the Extended EPGMProperty Graph model.
- org.gradoop.common.model.api.strategies - package org.gradoop.common.model.api.strategies
-
Contains interfaces that are related to property value strategies.
- org.gradoop.common.model.impl.comparators - package org.gradoop.common.model.impl.comparators
-
Contains comparators for EPGM elements.
- org.gradoop.common.model.impl.id - package org.gradoop.common.model.impl.id
-
Contains all classes for id handling in Gradoop.
- org.gradoop.common.model.impl.metadata - package org.gradoop.common.model.impl.metadata
-
Contains a default implementation of meta data.
- org.gradoop.common.model.impl.pojo - package org.gradoop.common.model.impl.pojo
-
Contains a default POJO implementation of EPGM entities.
- org.gradoop.common.model.impl.properties - package org.gradoop.common.model.impl.properties
-
Contains classes for property handling in Gradoop.
- org.gradoop.common.model.impl.properties.bytes - package org.gradoop.common.model.impl.properties.bytes
-
Utility classes that handle byte arrays, conversions to/from other types,
comparisons, hash code generation, etc.
- org.gradoop.common.model.impl.properties.strategies - package org.gradoop.common.model.impl.properties.strategies
-
Contains classes that implement the PropertyValueStrategy interface as well as their
factory and utility classes.
- org.gradoop.common.util - package org.gradoop.common.util
-
Contains utility classes.
- org.gradoop.dataintegration.importer - package org.gradoop.dataintegration.importer
-
Contains data importer that are capable of importing data from other (non-graph-)sources into
the gradoop format.
- org.gradoop.dataintegration.importer.impl.csv - package org.gradoop.dataintegration.importer.impl.csv
-
Contains all classes related to import an external csv file into EPGM.
- org.gradoop.dataintegration.importer.impl.csv.functions - package org.gradoop.dataintegration.importer.impl.csv.functions
-
Functions related to the simple csv import process.
- org.gradoop.dataintegration.importer.impl.json - package org.gradoop.dataintegration.importer.impl.json
-
A data importer capable of creating a graph where every vertex is created from JSON object.
- org.gradoop.dataintegration.importer.impl.json.functions - package org.gradoop.dataintegration.importer.impl.json.functions
-
Functions used by the minimal JSON importer.
- org.gradoop.dataintegration.transformation - package org.gradoop.dataintegration.transformation
-
Commonly used vertex-, edge- and property-transformations.
- org.gradoop.dataintegration.transformation.api - package org.gradoop.dataintegration.transformation.api
-
Contains all interfaces related to transformation.
- org.gradoop.dataintegration.transformation.functions - package org.gradoop.dataintegration.transformation.functions
-
Functions used by transformations.
- org.gradoop.dataintegration.transformation.impl - package org.gradoop.dataintegration.transformation.impl
-
This package contains all interfaces related to transformation operators.
- org.gradoop.dataintegration.transformation.impl.config - package org.gradoop.dataintegration.transformation.impl.config
-
This package contains configuration objects used for graph transformations.
- org.gradoop.dataintegration.transformation.impl.functions - package org.gradoop.dataintegration.transformation.impl.functions
-
This package contains functions used for graph transformations.
- org.gradoop.examples.aggregation - package org.gradoop.examples.aggregation
-
Examples related to the temporal aggregation operator.
- org.gradoop.examples.aggregation.functions - package org.gradoop.examples.aggregation.functions
-
- org.gradoop.examples.common - package org.gradoop.examples.common
-
Common classes for the temporal operator examples.
- org.gradoop.examples.common.functions - package org.gradoop.examples.common.functions
-
Functions related to the temporal operator examples.
- org.gradoop.examples.communities - package org.gradoop.examples.communities
-
Program to run parametrized Grouping on extended property graphs.
- org.gradoop.examples.difference - package org.gradoop.examples.difference
-
Examples related to the temporal difference operator.
- org.gradoop.examples.frequentpattern - package org.gradoop.examples.frequentpattern
-
Examples related to the DIMSpan approach.
- org.gradoop.examples.frequentpattern.data - package org.gradoop.examples.frequentpattern.data
-
- org.gradoop.examples.grouping - package org.gradoop.examples.grouping
-
Examples related to the key-based grouping operator with temporal grouping key functions.
- org.gradoop.examples.keyedgrouping - package org.gradoop.examples.keyedgrouping
-
A runnable example for the KeyedGrouping operator.
- org.gradoop.examples.keyedgrouping.functions - package org.gradoop.examples.keyedgrouping.functions
-
Custom (key-) functions used by this KeyedGrouping example.
- org.gradoop.examples.patternmatch - package org.gradoop.examples.patternmatch
-
Examples to show usage of query and cypher methods.
- org.gradoop.examples.quickstart - package org.gradoop.examples.quickstart
-
Quickstart Gradoop Example that walks through the process of loading data and executing
a set of operators.
- org.gradoop.examples.quickstart.data - package org.gradoop.examples.quickstart.data
-
- org.gradoop.examples.snapshot - package org.gradoop.examples.snapshot
-
Examples related to the temporal snapshot operator.
- org.gradoop.flink.algorithms - package org.gradoop.flink.algorithms
-
Contains algorithms that can be used with the EPGM data model.
- org.gradoop.flink.algorithms.btgs - package org.gradoop.flink.algorithms.btgs
-
Algorithm to isolate business transaction graphs; part of the BIIIG approach.
- org.gradoop.flink.algorithms.btgs.functions - package org.gradoop.flink.algorithms.btgs.functions
-
Flink functions related to the isolation of business transaction graphs
- org.gradoop.flink.algorithms.fsm - package org.gradoop.flink.algorithms.fsm
-
Gradoop operators for frequent subgraph mining.
- org.gradoop.flink.algorithms.fsm.dimspan - package org.gradoop.flink.algorithms.fsm.dimspan
-
Classes related to the DIMSpan frequent subgraph miner.
- org.gradoop.flink.algorithms.fsm.dimspan.comparison - package org.gradoop.flink.algorithms.fsm.dimspan.comparison
-
Comparators used by DIMSpan.
- org.gradoop.flink.algorithms.fsm.dimspan.config - package org.gradoop.flink.algorithms.fsm.dimspan.config
-
Classes related to the DIMSpan configuration.
- org.gradoop.flink.algorithms.fsm.dimspan.functions - package org.gradoop.flink.algorithms.fsm.dimspan.functions
-
Flink transformation functions used by DIMSpan.
- org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion - package org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion
-
Flink transformation functions used by DIMSpan to convert between graph/pattern representation
of DIMSpan and Gradoop.
- org.gradoop.flink.algorithms.fsm.dimspan.functions.mining - package org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
Flink transformation functions used within the DIMSpan mining process.
- org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing - package org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
-
Flink transformation functions used by DIMSpan's preprocessing.
- org.gradoop.flink.algorithms.fsm.dimspan.gspan - package org.gradoop.flink.algorithms.fsm.dimspan.gspan
-
Classes related to the gSpan logic applied within DIMSpan.
- org.gradoop.flink.algorithms.fsm.dimspan.model - package org.gradoop.flink.algorithms.fsm.dimspan.model
-
Classes related to the representation of graphs and patterns by multiplexed integer arrays.
- org.gradoop.flink.algorithms.fsm.dimspan.tuples - package org.gradoop.flink.algorithms.fsm.dimspan.tuples
-
Flink tuple subclasses used by DIMSpan.
- org.gradoop.flink.algorithms.fsm.transactional - package org.gradoop.flink.algorithms.fsm.transactional
-
Contains frequent subgraph mining algorithms in the graph-transaction setting.
- org.gradoop.flink.algorithms.fsm.transactional.common - package org.gradoop.flink.algorithms.fsm.transactional.common
-
Classes related to different variants of transactional frequent subgraph mining.
- org.gradoop.flink.algorithms.fsm.transactional.common.functions - package org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
Flink functions related to different variants of transactional frequent subgraph mining.
- org.gradoop.flink.algorithms.fsm.transactional.tle - package org.gradoop.flink.algorithms.fsm.transactional.tle
-
classes related to frequent subgraph mining
- org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization - package org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization
-
classes related to canonical labels of graphs
- org.gradoop.flink.algorithms.fsm.transactional.tle.functions - package org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Flink functions related to frequent subgraph mining.
- org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness - package org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness
-
classes related to characterizing interestingness measures.
- org.gradoop.flink.algorithms.fsm.transactional.tle.pojos - package org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
-
pojos related to frequent subgraph mining
- org.gradoop.flink.algorithms.fsm.transactional.tle.tuples - package org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
tuple-types related to frequent subgraph mining
- org.gradoop.flink.algorithms.gelly - package org.gradoop.flink.algorithms.gelly
-
Contains implementations of algorithms in Flink Gelly.
- org.gradoop.flink.algorithms.gelly.clusteringcoefficient - package org.gradoop.flink.algorithms.gelly.clusteringcoefficient
-
Contains classes related to the clustering coefficient algorithm.
- org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions - package org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions
-
Contains user defined functions related to the clustering coefficient algorithm.
- org.gradoop.flink.algorithms.gelly.connectedcomponents - package org.gradoop.flink.algorithms.gelly.connectedcomponents
-
Contains classes related to the Connected Components algorithm.
- org.gradoop.flink.algorithms.gelly.connectedcomponents.functions - package org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
-
Contains functions related to the Connected Components algorithm.
- org.gradoop.flink.algorithms.gelly.functions - package org.gradoop.flink.algorithms.gelly.functions
-
Contains common functions used to map Gradoop to Gelly graphs.
- org.gradoop.flink.algorithms.gelly.hits - package org.gradoop.flink.algorithms.gelly.hits
-
Contains classes related to the HITS algorithm.
- org.gradoop.flink.algorithms.gelly.hits.functions - package org.gradoop.flink.algorithms.gelly.hits.functions
-
Contains functions related to the HITS algorithm.
- org.gradoop.flink.algorithms.gelly.labelpropagation - package org.gradoop.flink.algorithms.gelly.labelpropagation
-
Contains classes related to the Label Propagation algorithm.
- org.gradoop.flink.algorithms.gelly.labelpropagation.functions - package org.gradoop.flink.algorithms.gelly.labelpropagation.functions
-
Contains functions related to the Label Propagation algorithm.
- org.gradoop.flink.algorithms.gelly.pagerank - package org.gradoop.flink.algorithms.gelly.pagerank
-
Contains classes related to the Page Rank algorithm.
- org.gradoop.flink.algorithms.gelly.pagerank.functions - package org.gradoop.flink.algorithms.gelly.pagerank.functions
-
Contains functions related to the Page Rank algorithm.
- org.gradoop.flink.algorithms.gelly.randomjump - package org.gradoop.flink.algorithms.gelly.randomjump
-
Contains classes related to the Random Jump algorithm.
- org.gradoop.flink.algorithms.gelly.randomjump.functions - package org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Contains user defined functions related to the Random Jump algorithm.
- org.gradoop.flink.algorithms.gelly.shortestpaths - package org.gradoop.flink.algorithms.gelly.shortestpaths
-
Contains classes related to the Single Source Shortest Path algorithm.
- org.gradoop.flink.algorithms.gelly.shortestpaths.functions - package org.gradoop.flink.algorithms.gelly.shortestpaths.functions
-
Contains functions related to the Single Source Shortest Path algorithm.
- org.gradoop.flink.algorithms.gelly.trianglecounting - package org.gradoop.flink.algorithms.gelly.trianglecounting
-
Contains classes related to the Triangle Counting algorithm.
- org.gradoop.flink.algorithms.gelly.vertexdegrees - package org.gradoop.flink.algorithms.gelly.vertexdegrees
-
Contains functions related to the distinct vertex degrees algorithm.
- org.gradoop.flink.algorithms.gelly.vertexdegrees.functions - package org.gradoop.flink.algorithms.gelly.vertexdegrees.functions
-
Contains classes related to the Distinct EPGMVertex Degrees algorithm.
- org.gradoop.flink.io.api - package org.gradoop.flink.io.api
-
Contains all interfaces related to graph data sources and data sinks.
- org.gradoop.flink.io.api.metadata - package org.gradoop.flink.io.api.metadata
-
Contains an interface specifying a meta data factory, containing methods to create metadata
objects.
- org.gradoop.flink.io.api.metadata.functions - package org.gradoop.flink.io.api.metadata.functions
-
Contains functions to extract meta data from EPGM entities.
- org.gradoop.flink.io.impl - package org.gradoop.flink.io.impl
-
Contains all classes related to graph data sources and data sinks.
- org.gradoop.flink.io.impl.csv - package org.gradoop.flink.io.impl.csv
-
Contains all classes related to CSV input and output to Flink.
- org.gradoop.flink.io.impl.csv.functions - package org.gradoop.flink.io.impl.csv.functions
-
Contains functions to transform EPGM entities into CSV and vice versa.
- org.gradoop.flink.io.impl.csv.indexed - package org.gradoop.flink.io.impl.csv.indexed
-
Contains all classes related to indexed CSV input and output to Flink.
- org.gradoop.flink.io.impl.csv.indexed.functions - package org.gradoop.flink.io.impl.csv.indexed.functions
-
Contains all classes related to indexed CSV input and output with multiple files to Flink.
- org.gradoop.flink.io.impl.csv.metadata - package org.gradoop.flink.io.impl.csv.metadata
-
Contains all classes related to meta data used during CSV input and output to Flink.
- org.gradoop.flink.io.impl.csv.tuples - package org.gradoop.flink.io.impl.csv.tuples
-
Contains tuples required by CSV data source and sink.
- org.gradoop.flink.io.impl.dot - package org.gradoop.flink.io.impl.dot
-
Contains all classes related to graph data sources and data sinks.
- org.gradoop.flink.io.impl.dot.functions - package org.gradoop.flink.io.impl.dot.functions
-
Contains all classes related to graph data sources and data sinks.
- org.gradoop.flink.io.impl.edgelist - package org.gradoop.flink.io.impl.edgelist
-
Contains all classes related to graph data sources and data sinks.
- org.gradoop.flink.io.impl.edgelist.functions - package org.gradoop.flink.io.impl.edgelist.functions
-
Contains all classes related to graph data sources and data sinks.
- org.gradoop.flink.io.impl.gdl - package org.gradoop.flink.io.impl.gdl
-
Contains classes related to the output of data in the gdl format.
- org.gradoop.flink.io.impl.gdl.functions - package org.gradoop.flink.io.impl.gdl.functions
-
Contains classes related to the conversion of data into the gdl format.
- org.gradoop.flink.io.impl.graph - package org.gradoop.flink.io.impl.graph
-
Contains all classes related to reading an external graph into Gradoop.
- org.gradoop.flink.io.impl.graph.functions - package org.gradoop.flink.io.impl.graph.functions
-
Contains all functions related to reading an external graph into Gradoop.
- org.gradoop.flink.io.impl.graph.tuples - package org.gradoop.flink.io.impl.graph.tuples
-
Contains all tuples related to reading an external graph into Gradoop.
- org.gradoop.flink.io.impl.image - package org.gradoop.flink.io.impl.image
-
Contains classes to output a layouted graph as an image.
- org.gradoop.flink.io.impl.image.functions - package org.gradoop.flink.io.impl.image.functions
-
Contains functions to output a layouted graph as an image.
- org.gradoop.flink.io.impl.mtx - package org.gradoop.flink.io.impl.mtx
-
Contains classes to use matrix market format (mtx) datasets with Gradoop.
- org.gradoop.flink.io.impl.mtx.functions - package org.gradoop.flink.io.impl.mtx.functions
-
Contains functions to use matrix market format (mtx) datasets with Gradoop.
- org.gradoop.flink.io.impl.parquet - package org.gradoop.flink.io.impl.parquet
-
Contains all classes related to parquet input and output to Flink.
- org.gradoop.flink.io.impl.parquet.common - package org.gradoop.flink.io.impl.parquet.common
-
Contains all commonly used classes related to parquet input and output to Flink.
- org.gradoop.flink.io.impl.parquet.plain - package org.gradoop.flink.io.impl.parquet.plain
-
Contains all classes related to plain parquet input and output to Flink.
- org.gradoop.flink.io.impl.parquet.plain.common - package org.gradoop.flink.io.impl.parquet.plain.common
-
Contains all commonly used classes related to plain parquet input and output to Flink.
- org.gradoop.flink.io.impl.parquet.plain.read - package org.gradoop.flink.io.impl.parquet.plain.read
-
Contains parquet root converters for EPGM entities
- org.gradoop.flink.io.impl.parquet.plain.write - package org.gradoop.flink.io.impl.parquet.plain.write
-
Contains parquet writers for EPGM entities
- org.gradoop.flink.io.impl.parquet.protobuf - package org.gradoop.flink.io.impl.parquet.protobuf
-
Contains all classes related to parquet-protobuf input and output to Flink.
- org.gradoop.flink.io.impl.parquet.protobuf.functions - package org.gradoop.flink.io.impl.parquet.protobuf.functions
-
Contains functions to transform EPGM entities into Protobuf objects and vice versa.
- org.gradoop.flink.io.impl.parquet.protobuf.kryo - package org.gradoop.flink.io.impl.parquet.protobuf.kryo
-
Contains Kryo serializers for Protobuf objects.
- org.gradoop.flink.io.impl.statistics - package org.gradoop.flink.io.impl.statistics
-
Contains all classes related to graph statistic input and output to Flink.
- org.gradoop.flink.io.impl.tlf - package org.gradoop.flink.io.impl.tlf
-
Contains all classes related to Transaction List Format (TLF) input and
output to Flink.
- org.gradoop.flink.io.impl.tlf.constants - package org.gradoop.flink.io.impl.tlf.constants
-
Contains constants used for TLF.
- org.gradoop.flink.io.impl.tlf.functions - package org.gradoop.flink.io.impl.tlf.functions
-
Contains all Flink functions related to TLF input and output.
- org.gradoop.flink.io.impl.tlf.inputformats - package org.gradoop.flink.io.impl.tlf.inputformats
-
Contains InputFormats used for TLF reading.
- org.gradoop.flink.model.api.epgm - package org.gradoop.flink.model.api.epgm
-
Contains interfaces for handling EPGM-structured graphs and graph collections.
- org.gradoop.flink.model.api.functions - package org.gradoop.flink.model.api.functions
-
Interfaces for functions that can be applied on EPGM model elements.
- org.gradoop.flink.model.api.layouts - package org.gradoop.flink.model.api.layouts
-
Contains interfaces for describing graph and graph collection layouts.
- org.gradoop.flink.model.api.operators - package org.gradoop.flink.model.api.operators
-
Contains all operator interface used in the Gradoop framework.
- org.gradoop.flink.model.api.tuples - package org.gradoop.flink.model.api.tuples
-
Contains interfaces for tuple-type classes used by Gradoop.
- org.gradoop.flink.model.impl - package org.gradoop.flink.model.impl
-
Contains the Flink implementation of the EPGM data model.
- org.gradoop.flink.model.impl.comparators - package org.gradoop.flink.model.impl.comparators
-
Comparators related to the EPGM data model.
- org.gradoop.flink.model.impl.epgm - package org.gradoop.flink.model.impl.epgm
-
Contains EPGM graph and collection representations and their factory implementations.
- org.gradoop.flink.model.impl.functions - package org.gradoop.flink.model.impl.functions
-
Contains functions that are used by all model implementation classes.
- org.gradoop.flink.model.impl.functions.bool - package org.gradoop.flink.model.impl.functions.bool
-
Boolean Flink functions
- org.gradoop.flink.model.impl.functions.epgm - package org.gradoop.flink.model.impl.functions.epgm
-
Contains map function implementations that are globally used.
- org.gradoop.flink.model.impl.functions.filters - package org.gradoop.flink.model.impl.functions.filters
-
Contains common filter functions and wrappers combining multiple filters.
- org.gradoop.flink.model.impl.functions.graphcontainment - package org.gradoop.flink.model.impl.functions.graphcontainment
-
Contains filter function implementations that are globally used.
- org.gradoop.flink.model.impl.functions.tuple - package org.gradoop.flink.model.impl.functions.tuple
-
Tuple related functions
- org.gradoop.flink.model.impl.functions.utils - package org.gradoop.flink.model.impl.functions.utils
-
Contains globally used utility functions.
- org.gradoop.flink.model.impl.layouts.common - package org.gradoop.flink.model.impl.layouts.common
-
Contains functionality that is used by all layout implementations.
- org.gradoop.flink.model.impl.layouts.gve - package org.gradoop.flink.model.impl.layouts.gve
-
Contains the GVE graph and collection layout.
- org.gradoop.flink.model.impl.layouts.gve.indexed - package org.gradoop.flink.model.impl.layouts.gve.indexed
-
Contains the Indexed GVE graph and collection layout.
- org.gradoop.flink.model.impl.layouts.transactional - package org.gradoop.flink.model.impl.layouts.transactional
-
Contains the Transactional (Tx) collection layout.
- org.gradoop.flink.model.impl.layouts.transactional.tuples - package org.gradoop.flink.model.impl.layouts.transactional.tuples
-
Contains tuple implementations related to the Transactional Collection layout.
- org.gradoop.flink.model.impl.operators - package org.gradoop.flink.model.impl.operators
-
Contains all EPGM operator implementations in Flink.
- org.gradoop.flink.model.impl.operators.aggregation - package org.gradoop.flink.model.impl.operators.aggregation
-
Aggregation takes a logical graph and a user defined aggregate function as
input.
- org.gradoop.flink.model.impl.operators.aggregation.functions - package org.gradoop.flink.model.impl.operators.aggregation.functions
-
aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.average - package org.gradoop.flink.model.impl.operators.aggregation.functions.average
-
AverageProperty aggregation and related post-processing functions.
- org.gradoop.flink.model.impl.operators.aggregation.functions.bool - package org.gradoop.flink.model.impl.operators.aggregation.functions.bool
-
boolean aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.containment - package org.gradoop.flink.model.impl.operators.aggregation.functions.containment
-
containment aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.count - package org.gradoop.flink.model.impl.operators.aggregation.functions.count
-
counting aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.max - package org.gradoop.flink.model.impl.operators.aggregation.functions.max
-
maximizing aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.min - package org.gradoop.flink.model.impl.operators.aggregation.functions.min
-
minimizing aggregate functions
- org.gradoop.flink.model.impl.operators.aggregation.functions.sum - package org.gradoop.flink.model.impl.operators.aggregation.functions.sum
-
summing aggregate functions
- org.gradoop.flink.model.impl.operators.base - package org.gradoop.flink.model.impl.operators.base
-
operator superclasses
- org.gradoop.flink.model.impl.operators.base.functions - package org.gradoop.flink.model.impl.operators.base.functions
-
Contains all user defined functions related to the graph summarization
operator implementations.
- org.gradoop.flink.model.impl.operators.cloning - package org.gradoop.flink.model.impl.operators.cloning
-
Contains classed related to cloning.
- org.gradoop.flink.model.impl.operators.cloning.functions - package org.gradoop.flink.model.impl.operators.cloning.functions
-
Contains all user defined functions related to the graph cloning.
- org.gradoop.flink.model.impl.operators.combination - package org.gradoop.flink.model.impl.operators.combination
-
A combination operator creates a new logical graph by combining the vertex
and edge sets of two input graphs.
- org.gradoop.flink.model.impl.operators.count - package org.gradoop.flink.model.impl.operators.count
-
Enables counting of data sets.
- org.gradoop.flink.model.impl.operators.count.functions - package org.gradoop.flink.model.impl.operators.count.functions
-
UDFs required for Counting elements in datasets.
- org.gradoop.flink.model.impl.operators.difference - package org.gradoop.flink.model.impl.operators.difference
-
A difference operator returns a collection with all logical graphs that are
contained in the first input collection but not in the second.
- org.gradoop.flink.model.impl.operators.difference.functions - package org.gradoop.flink.model.impl.operators.difference.functions
-
Contains all user defined functions related to the graph summarization
operator implementations.
- org.gradoop.flink.model.impl.operators.distinction - package org.gradoop.flink.model.impl.operators.distinction
-
Contains the implementation of distinct operators which can be applied on
graph collections.
- org.gradoop.flink.model.impl.operators.distinction.functions - package org.gradoop.flink.model.impl.operators.distinction.functions
-
Flink functions used by distinct operators.
- org.gradoop.flink.model.impl.operators.equality - package org.gradoop.flink.model.impl.operators.equality
-
An equality operator checks two logical graphs or two collections for
equality.
- org.gradoop.flink.model.impl.operators.exclusion - package org.gradoop.flink.model.impl.operators.exclusion
-
An exclusion operator takes a LogicalGraph specified by its id and removes
all vertices and edges, that are contained in other graphs of this
collection.
- org.gradoop.flink.model.impl.operators.fusion - package org.gradoop.flink.model.impl.operators.fusion
-
Contains all implementations of the graph fusion operator.
- org.gradoop.flink.model.impl.operators.fusion.functions - package org.gradoop.flink.model.impl.operators.fusion.functions
-
Functions required for the Nesting operation's definition
- org.gradoop.flink.model.impl.operators.grouping - package org.gradoop.flink.model.impl.operators.grouping
-
Contains all implementations of the graph grouping operator.
- org.gradoop.flink.model.impl.operators.grouping.functions - package org.gradoop.flink.model.impl.operators.grouping.functions
-
Contains all user defined functions related to the graph grouping operator
implementations.
- org.gradoop.flink.model.impl.operators.grouping.tuples - package org.gradoop.flink.model.impl.operators.grouping.tuples
-
Contains all tuple classes related to the graph grouping operator implementations.
- org.gradoop.flink.model.impl.operators.intersection - package org.gradoop.flink.model.impl.operators.intersection
-
An intersection operator returns a collection with all logical graphs that
exist in both input collections.
- org.gradoop.flink.model.impl.operators.intersection.functions - package org.gradoop.flink.model.impl.operators.intersection.functions
-
Contains all user defined functions related to the graph summarization
operator implementations.
- org.gradoop.flink.model.impl.operators.keyedgrouping - package org.gradoop.flink.model.impl.operators.keyedgrouping
-
An implementation of the graph grouping operator supporting grouping on keys extracted from graph-elements
with user-defined key functions.
- org.gradoop.flink.model.impl.operators.keyedgrouping.functions - package org.gradoop.flink.model.impl.operators.keyedgrouping.functions
-
Functions used by the key-function based grouping operator.
- org.gradoop.flink.model.impl.operators.keyedgrouping.keys - package org.gradoop.flink.model.impl.operators.keyedgrouping.keys
-
Contains implementations of grouping key functions.
- org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific - package org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific
-
Functions used to support label-specific grouping.
- org.gradoop.flink.model.impl.operators.kmeans - package org.gradoop.flink.model.impl.operators.kmeans
-
A KMeans operator implementation takes a logical graph and assigns its vertices to a cluster.
- org.gradoop.flink.model.impl.operators.kmeans.functions - package org.gradoop.flink.model.impl.operators.kmeans.functions
-
Contains all user defined functions related to the KMeans operator
- org.gradoop.flink.model.impl.operators.kmeans.util - package org.gradoop.flink.model.impl.operators.kmeans.util
-
Contains all utility-classes related to the KMeans operator
- org.gradoop.flink.model.impl.operators.layouting - package org.gradoop.flink.model.impl.operators.layouting
-
Contains all implementations of the graph layouting operator.
- org.gradoop.flink.model.impl.operators.layouting.functions - package org.gradoop.flink.model.impl.operators.layouting.functions
-
Contains all user defined functions related to graph-layouting
- org.gradoop.flink.model.impl.operators.layouting.util - package org.gradoop.flink.model.impl.operators.layouting.util
-
Contains utility-classes related to graph-layouting
- org.gradoop.flink.model.impl.operators.limit - package org.gradoop.flink.model.impl.operators.limit
-
Contains the implementation of the limit operator which can be applied on
graph collections.
- org.gradoop.flink.model.impl.operators.matching - package org.gradoop.flink.model.impl.operators.matching
-
Contains implementations of graph pattern matching algorithms.
- org.gradoop.flink.model.impl.operators.matching.common - package org.gradoop.flink.model.impl.operators.matching.common
-
Contains functionality used by all pattern matching implementations.
- org.gradoop.flink.model.impl.operators.matching.common.debug - package org.gradoop.flink.model.impl.operators.matching.common.debug
-
Contains debug related classed (e.g., printers for tuples)
- org.gradoop.flink.model.impl.operators.matching.common.functions - package org.gradoop.flink.model.impl.operators.matching.common.functions
-
Contains Flink functions that are used by all matching implementations.
- org.gradoop.flink.model.impl.operators.matching.common.matching - package org.gradoop.flink.model.impl.operators.matching.common.matching
-
Contains classes related to object matching (e.g.
- org.gradoop.flink.model.impl.operators.matching.common.query - package org.gradoop.flink.model.impl.operators.matching.common.query
-
Contains classes related to query processing during pattern matching.
- org.gradoop.flink.model.impl.operators.matching.common.query.predicates - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates
-
Contains functions concerning query predicates
- org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
-
Includes wrappers of all boolean predicates
- org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
-
Includes wrappers of all comparable expressions
- org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions
-
Includes wrappers of expression predicates
- org.gradoop.flink.model.impl.operators.matching.common.statistics - package org.gradoop.flink.model.impl.operators.matching.common.statistics
-
Contains classes to load and represent graph statistics.
- org.gradoop.flink.model.impl.operators.matching.common.tuples - package org.gradoop.flink.model.impl.operators.matching.common.tuples
-
Contains tuples that are used by all pattern matching implementations.
- org.gradoop.flink.model.impl.operators.matching.single - package org.gradoop.flink.model.impl.operators.matching.single
-
Contains implementations graph pattern matching on an input graph collection.
- org.gradoop.flink.model.impl.operators.matching.single.cypher - package org.gradoop.flink.model.impl.operators.matching.single.cypher
-
Contains everything related to cypher query planning.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.debug - package org.gradoop.flink.model.impl.operators.matching.single.cypher.debug
-
Contains debug related classed (e.g., printers for embeddings)
- org.gradoop.flink.model.impl.operators.matching.single.cypher.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.functions
-
Contains UDFs used by all pattern matching operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators
-
Contains the physical query operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add
-
Contains classed related to the Expand query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions
-
Contains classed related to the Expand query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
-
Contains classed related to the Expand query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
-
Contains UDFs used by the Expand query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
-
Contains tuples used by the Expand query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
-
Contains classed related to the Filter query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
-
Contains UDFs used by the Filter query operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
-
Contains classes related to the Join query operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
-
Contains UDFs used by the Join query operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
-
Contains classed related to the Project query operator.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
-
Contains UDFs used by the Project query operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation
-
Contains all classes related to query graph estimation.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner
-
Contains a query plan table representation.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy
-
Contains different query planner implementations.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable
-
Contains a cost-based greedy query planner.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
-
Contains all classes related to query plan representation.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
-
Contains binary plan node implementations.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
-
Contains leaf plan node implementations.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary
-
Contains unary plan node implementations.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos - package org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
Contains pojos used by all pattern matching operators.
- org.gradoop.flink.model.impl.operators.matching.single.cypher.utils - package org.gradoop.flink.model.impl.operators.matching.single.cypher.utils
-
Contains utility classes related to Cypher pattern matching.
- org.gradoop.flink.model.impl.operators.matching.single.preserving - package org.gradoop.flink.model.impl.operators.matching.single.preserving
-
Contains structure-preserving pattern matching algorithms, i.e., such based
on homomorphisms and isomorphisms between input and pattern graph.
- org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
-
Contains a naive traversal implementation for subgraph isomorphism.
- org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug
-
Contains debug related classed (e.g., printers for tuples)
- org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
-
- org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Contains implementations for distributed graph traversal.
- org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
-
Contains tuples that are used exclusively by that implementation.
- org.gradoop.flink.model.impl.operators.matching.single.simulation - package org.gradoop.flink.model.impl.operators.matching.single.simulation
-
Contains simulation based pattern matching algorithms.
- org.gradoop.flink.model.impl.operators.matching.single.simulation.dual - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual
-
Implementation of dual graph simulation.
- org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
-
Contains debug related classed (e.g., printers for tuples)
- org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Flink functions that are used during dual simulation.
- org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
-
Contains all tuple classes related to dual graph simulation.
- org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util
-
Utility classes for dual graph simulation.
- org.gradoop.flink.model.impl.operators.matching.transactional - package org.gradoop.flink.model.impl.operators.matching.transactional
-
Contains implementations graph pattern matching on a single input graph.
- org.gradoop.flink.model.impl.operators.matching.transactional.algorithm - package org.gradoop.flink.model.impl.operators.matching.transactional.algorithm
-
Contains implementations graph pattern matching on a single input graph.
- org.gradoop.flink.model.impl.operators.matching.transactional.function - package org.gradoop.flink.model.impl.operators.matching.transactional.function
-
Contains implementations graph pattern matching on a single input graph.
- org.gradoop.flink.model.impl.operators.matching.transactional.tuples - package org.gradoop.flink.model.impl.operators.matching.transactional.tuples
-
Implementation of dual graph simulation.
- org.gradoop.flink.model.impl.operators.neighborhood - package org.gradoop.flink.model.impl.operators.neighborhood
-
Contains all implementations of the graph neighborhood operators.
- org.gradoop.flink.model.impl.operators.neighborhood.functions - package org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Contains all user defined functions related to the graph neighborhood operator implementations.
- org.gradoop.flink.model.impl.operators.neighborhood.keyselector - package org.gradoop.flink.model.impl.operators.neighborhood.keyselector
-
Contains all key selectors related to the graph neighborhood operator implementations.
- org.gradoop.flink.model.impl.operators.overlap - package org.gradoop.flink.model.impl.operators.overlap
-
An overlap operator implementation creates a new logical graph containing the
overlapping vertex and edge sets of two input graphs.
- org.gradoop.flink.model.impl.operators.rollup - package org.gradoop.flink.model.impl.operators.rollup
-
Contains all implementations of the graph rollUp operator.
- org.gradoop.flink.model.impl.operators.sampling - package org.gradoop.flink.model.impl.operators.sampling
-
Contains a collection of graph sampling methods.
- org.gradoop.flink.model.impl.operators.sampling.common - package org.gradoop.flink.model.impl.operators.sampling.common
-
Contains a collection of graph sampling methods.
- org.gradoop.flink.model.impl.operators.sampling.functions - package org.gradoop.flink.model.impl.operators.sampling.functions
-
Contains all user defined functions related graph sampling.
- org.gradoop.flink.model.impl.operators.selection - package org.gradoop.flink.model.impl.operators.selection
-
Contains classes related to selection.
- org.gradoop.flink.model.impl.operators.selection.functions - package org.gradoop.flink.model.impl.operators.selection.functions
-
Contains all user defined functions related to selection.
- org.gradoop.flink.model.impl.operators.split - package org.gradoop.flink.model.impl.operators.split
-
Contains classes related to the split operator.
- org.gradoop.flink.model.impl.operators.split.functions - package org.gradoop.flink.model.impl.operators.split.functions
-
Contains all user defined functions related to the split operator
implementation.
- org.gradoop.flink.model.impl.operators.statistics - package org.gradoop.flink.model.impl.operators.statistics
-
Contains classes to compute various graph statistics.
- org.gradoop.flink.model.impl.operators.statistics.functions - package org.gradoop.flink.model.impl.operators.statistics.functions
-
Contains functions to map EPGM elements to values.
- org.gradoop.flink.model.impl.operators.statistics.writer - package org.gradoop.flink.model.impl.operators.statistics.writer
-
Contains classes to compute various graph statistics and write it in csv data.
- org.gradoop.flink.model.impl.operators.subgraph - package org.gradoop.flink.model.impl.operators.subgraph
-
Contains classes related to the subgraph operator.
- org.gradoop.flink.model.impl.operators.subgraph.functions - package org.gradoop.flink.model.impl.operators.subgraph.functions
-
Contains all user defined functions related to the subgraph operator implementation.
- org.gradoop.flink.model.impl.operators.tostring - package org.gradoop.flink.model.impl.operators.tostring
-
implementations of string representations of graphs and collections
- org.gradoop.flink.model.impl.operators.tostring.api - package org.gradoop.flink.model.impl.operators.tostring.api
-
interfaces related to string representations
- org.gradoop.flink.model.impl.operators.tostring.functions - package org.gradoop.flink.model.impl.operators.tostring.functions
-
Flink functions related string representations
- org.gradoop.flink.model.impl.operators.tostring.tuples - package org.gradoop.flink.model.impl.operators.tostring.tuples
-
Flink tuples related to string representations
- org.gradoop.flink.model.impl.operators.transformation - package org.gradoop.flink.model.impl.operators.transformation
-
Contains the implementation of the graph modification operator.
- org.gradoop.flink.model.impl.operators.transformation.functions - package org.gradoop.flink.model.impl.operators.transformation.functions
-
Contains functions required for the graph modification operator.
- org.gradoop.flink.model.impl.operators.union - package org.gradoop.flink.model.impl.operators.union
-
An union operator returns a collection with all logical graphs from two
input collections.
- org.gradoop.flink.model.impl.operators.verify - package org.gradoop.flink.model.impl.operators.verify
-
Contains the verify operator used to remove dangling edges.
- org.gradoop.flink.model.impl.operators.verify.functions - package org.gradoop.flink.model.impl.operators.verify.functions
-
Contains classes related to the verify operators.
- org.gradoop.flink.model.impl.tuples - package org.gradoop.flink.model.impl.tuples
-
Contains EPGM tuple representations.
- org.gradoop.flink.representation - package org.gradoop.flink.representation
-
Different graph representations that can be used in DataSets.
- org.gradoop.flink.representation.common.adjacencylist - package org.gradoop.flink.representation.common.adjacencylist
-
Contains general pojo interfaces used by Gradoop operators.
- org.gradoop.flink.representation.transactional - package org.gradoop.flink.representation.transactional
-
Classes related transactional graph representations.
- org.gradoop.flink.representation.transactional.traversalcode - package org.gradoop.flink.representation.transactional.traversalcode
-
Classes related to DFS code graph representation.
- org.gradoop.flink.util - package org.gradoop.flink.util
-
Contains utility classes that are specific for the Flink implementations.
- org.gradoop.storage.accumulo.config - package org.gradoop.storage.accumulo.config
-
Contains config classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl - package org.gradoop.storage.accumulo.impl
-
Contains storage handling classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.constants - package org.gradoop.storage.accumulo.impl.constants
-
Contains constants classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.handler - package org.gradoop.storage.accumulo.impl.handler
-
Contains handler classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.io - package org.gradoop.storage.accumulo.impl.io
-
Contains accumulo store i/o classes for gradoop
- org.gradoop.storage.accumulo.impl.io.inputformats - package org.gradoop.storage.accumulo.impl.io.inputformats
-
Contains input format classes for accumulo store
- org.gradoop.storage.accumulo.impl.io.outputformats - package org.gradoop.storage.accumulo.impl.io.outputformats
-
Gradoop Accumulo OutputFormat
- org.gradoop.storage.accumulo.impl.iterator.client - package org.gradoop.storage.accumulo.impl.iterator.client
-
Contains Client iterator classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.iterator.tserver - package org.gradoop.storage.accumulo.impl.iterator.tserver
-
Accumulo iterator implements
- org.gradoop.storage.accumulo.impl.predicate.filter.api - package org.gradoop.storage.accumulo.impl.predicate.filter.api
-
Contains element filter classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.predicate.filter.calculate - package org.gradoop.storage.accumulo.impl.predicate.filter.calculate
-
Contains logical expressions for gradoop accumulo
- org.gradoop.storage.accumulo.impl.predicate.filter.impl - package org.gradoop.storage.accumulo.impl.predicate.filter.impl
-
Contains predicate classes for gradoop accumulo
- org.gradoop.storage.accumulo.impl.predicate.query - package org.gradoop.storage.accumulo.impl.predicate.query
-
Contains Query holder classes for gradoop accumulo
- org.gradoop.storage.accumulo.utils - package org.gradoop.storage.accumulo.utils
-
Contains util classes for gradoop accumulo
- org.gradoop.storage.common.api - package org.gradoop.storage.common.api
-
Contains epgm api classes for store apis
- org.gradoop.storage.common.config - package org.gradoop.storage.common.config
-
Contains config classes for store apis
- org.gradoop.storage.common.io - package org.gradoop.storage.common.io
-
Contains IO Classes for store apis
- org.gradoop.storage.common.iterator - package org.gradoop.storage.common.iterator
-
Contains iterator classes for store apis
- org.gradoop.storage.common.predicate.filter.api - package org.gradoop.storage.common.predicate.filter.api
-
Contains filter api classes for store apis
- org.gradoop.storage.common.predicate.filter.impl - package org.gradoop.storage.common.predicate.filter.impl
-
Contains predicate api classes for store apis
- org.gradoop.storage.common.predicate.query - package org.gradoop.storage.common.predicate.query
-
Contains query api classes for store apis
- org.gradoop.storage.hbase.config - package org.gradoop.storage.hbase.config
-
Contains Configuration classes for Gradoop.
- org.gradoop.storage.hbase.impl - package org.gradoop.storage.hbase.impl
-
Contains all classes for storing EPGs in HBase.
- org.gradoop.storage.hbase.impl.api - package org.gradoop.storage.hbase.impl.api
-
Contains all classes for storing EPGs.
- org.gradoop.storage.hbase.impl.constants - package org.gradoop.storage.hbase.impl.constants
-
Contains HbaseConstants for gradoop hbase
- org.gradoop.storage.hbase.impl.factory - package org.gradoop.storage.hbase.impl.factory
-
Contains factory classes for gradoop hbase
- org.gradoop.storage.hbase.impl.handler - package org.gradoop.storage.hbase.impl.handler
-
Contains handler classes for gradoop hbase
- org.gradoop.storage.hbase.impl.io - package org.gradoop.storage.hbase.impl.io
-
Contains all classes related to HBase input and output to and from Flink.
- org.gradoop.storage.hbase.impl.io.functions - package org.gradoop.storage.hbase.impl.io.functions
-
Contains Flink functions related to HBase.
- org.gradoop.storage.hbase.impl.io.inputformats - package org.gradoop.storage.hbase.impl.io.inputformats
-
Contains InputFormats for EPGM elements.
- org.gradoop.storage.hbase.impl.iterator - package org.gradoop.storage.hbase.impl.iterator
-
Contains iterator classes for gradoop hbase
- org.gradoop.storage.hbase.impl.predicate.filter - package org.gradoop.storage.hbase.impl.predicate.filter
-
Contains utility classes for common HBase filter tasks
- org.gradoop.storage.hbase.impl.predicate.filter.api - package org.gradoop.storage.hbase.impl.predicate.filter.api
-
Contains filter API interface related to HBase predicate definitions.
- org.gradoop.storage.hbase.impl.predicate.filter.calculate - package org.gradoop.storage.hbase.impl.predicate.filter.calculate
-
Contains logical expressions for HBase predicates
- org.gradoop.storage.hbase.impl.predicate.filter.impl - package org.gradoop.storage.hbase.impl.predicate.filter.impl
-
Specific filter implementations of HBase store
- org.gradoop.storage.hbase.utils - package org.gradoop.storage.hbase.utils
-
HBase filter utilities
- org.gradoop.temporal.io.api - package org.gradoop.temporal.io.api
-
Interfaces related to writing and reading temporal graphs and collections.
- org.gradoop.temporal.io.impl.csv - package org.gradoop.temporal.io.impl.csv
-
A DataSource and -Sink implementation storing temporal graphs and graph collections as CSV files.
- org.gradoop.temporal.io.impl.csv.functions - package org.gradoop.temporal.io.impl.csv.functions
-
Contains functions used by the temporal CSV DataSource and -Sink implementation.
- org.gradoop.temporal.io.impl.csv.indexed - package org.gradoop.temporal.io.impl.csv.indexed
-
A DataSource and -Sink implementation storing temporal graphs and graph collections as label partitioned
CSV files.
- org.gradoop.temporal.io.impl.csv.tuples - package org.gradoop.temporal.io.impl.csv.tuples
-
Contains tuples required by the temporal CSV data source and sink.
- org.gradoop.temporal.io.impl.parquet.plain - package org.gradoop.temporal.io.impl.parquet.plain
-
Contains all classes related to temporal parquet input and output to Flink.
- org.gradoop.temporal.io.impl.parquet.plain.read - package org.gradoop.temporal.io.impl.parquet.plain.read
-
Contains parquet root converters for TPGM entities
- org.gradoop.temporal.io.impl.parquet.plain.write - package org.gradoop.temporal.io.impl.parquet.plain.write
-
Contains parquet writers for TPGM entities
- org.gradoop.temporal.io.impl.parquet.protobuf - package org.gradoop.temporal.io.impl.parquet.protobuf
-
Contains all classes related to temporal parquet-protobuf input and output to Flink.
- org.gradoop.temporal.io.impl.parquet.protobuf.functions - package org.gradoop.temporal.io.impl.parquet.protobuf.functions
-
Contains functions to transform TPGM entities into Protobuf objects and vice versa.
- org.gradoop.temporal.model.api - package org.gradoop.temporal.model.api
-
Contains interfaces for handling TPGM-structured graphs and graph collections.
- org.gradoop.temporal.model.api.functions - package org.gradoop.temporal.model.api.functions
-
Contains function definitions operating on TPGM.
- org.gradoop.temporal.model.impl - package org.gradoop.temporal.model.impl
-
Contains TPGM graph and collection representations and their factory implementations.
- org.gradoop.temporal.model.impl.functions - package org.gradoop.temporal.model.impl.functions
-
Contains implementations of functions related to TPGM.
- org.gradoop.temporal.model.impl.functions.predicates - package org.gradoop.temporal.model.impl.functions.predicates
-
- org.gradoop.temporal.model.impl.functions.tpgm - package org.gradoop.temporal.model.impl.functions.tpgm
-
Functions used to convert elements to temporal elements and vice versa.
- org.gradoop.temporal.model.impl.layout - package org.gradoop.temporal.model.impl.layout
-
The layout implementation for temporal graphs as well as the respective factories.
- org.gradoop.temporal.model.impl.operators - package org.gradoop.temporal.model.impl.operators
-
Additional operators for TPGM.
- org.gradoop.temporal.model.impl.operators.aggregation.functions - package org.gradoop.temporal.model.impl.operators.aggregation.functions
-
Functions used to aggregate temporal attributes.
- org.gradoop.temporal.model.impl.operators.diff - package org.gradoop.temporal.model.impl.operators.diff
-
The implementation of the TPGM diff operator.
- org.gradoop.temporal.model.impl.operators.diff.functions - package org.gradoop.temporal.model.impl.operators.diff.functions
-
Functions related to the TPGM diff operator.
- org.gradoop.temporal.model.impl.operators.keyedgrouping - package org.gradoop.temporal.model.impl.operators.keyedgrouping
-
Contains the implementation of the temporal grouping operator and related functions.
- org.gradoop.temporal.model.impl.operators.keyedgrouping.keys - package org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
-
Implementations of grouping key functions used to group by temporal attributes.
- org.gradoop.temporal.model.impl.operators.matching - package org.gradoop.temporal.model.impl.operators.matching
-
Contains implementations of graph pattern matching algorithms for TPGM graphs.
- org.gradoop.temporal.model.impl.operators.matching.common - package org.gradoop.temporal.model.impl.operators.matching.common
-
Contains functionality used by all temporal pattern matching implementations.
- org.gradoop.temporal.model.impl.operators.matching.common.query - package org.gradoop.temporal.model.impl.operators.matching.common.query
-
Contains classes related to query processing during pattern matching.
- org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing
-
Includes everything related to query transformation
- org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions
-
Includes exceptions that may be thrown during query postprocessing
- org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Includes all query transformation functions
- org.gradoop.temporal.model.impl.operators.matching.common.query.predicates - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates
-
Contains functions concerning query predicates
- org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
-
Includes wrappers of all comparable expressions
- org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util
-
Includes auxiliary methods for comparable expressions
- org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util
-
Contains utility functions for comparisons
- org.gradoop.temporal.model.impl.operators.matching.common.statistics - package org.gradoop.temporal.model.impl.operators.matching.common.statistics
-
Contains classes to represent temporal graph statistics.
- org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning
-
Contains classes for temporal graph statistics using binning.
- org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions
-
Contains functions needed for binning temporal graph statistics.
- org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
-
Contains POJOS needed for binning temporal graph statistics.
- org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy
-
Package for "dummy" statistics that are used when no use of statistics is intended.
- org.gradoop.temporal.model.impl.operators.matching.single - package org.gradoop.temporal.model.impl.operators.matching.single
-
Contains implementations of temporal graph pattern matching on an input graph collection.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher - package org.gradoop.temporal.model.impl.operators.matching.single.cypher
-
Contains everything related to cypher query planning for temporal graphs.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions
-
Contains UDFs used by all pattern matching operators.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators
-
Contains the physical query operators.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter
-
Contains classed related to the Filter query operator.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions
-
Contains UDFs used by the Filter query operators.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
-
Contains all classes related to query graph estimation.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy
-
Contains a greedy query planning approach.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable
-
Contains a query plan table representation.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan
-
Contains all classes related to query plan representation.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
-
Contains leaf plan node implementations.
- org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos
-
Contains POJOs used by the matching operator.
- org.gradoop.temporal.model.impl.operators.metric - package org.gradoop.temporal.model.impl.operators.metric
-
Contains implementations of TPGM metric operators.
- org.gradoop.temporal.model.impl.operators.metric.functions - package org.gradoop.temporal.model.impl.operators.metric.functions
-
Contains functions related to the TPGM metric operators.
- org.gradoop.temporal.model.impl.operators.snapshot - package org.gradoop.temporal.model.impl.operators.snapshot
-
Contains implementations of the TPGM snapshot operator.
- org.gradoop.temporal.model.impl.operators.snapshot.functions - package org.gradoop.temporal.model.impl.operators.snapshot.functions
-
Functions related to the TPGM snapshot operator.
- org.gradoop.temporal.model.impl.operators.tostring - package org.gradoop.temporal.model.impl.operators.tostring
-
Implementations of string representations of temporal graphs and collections.
- org.gradoop.temporal.model.impl.operators.tostring.functions - package org.gradoop.temporal.model.impl.operators.tostring.functions
-
Internal functions for string representations of temporal graphs and collections.
- org.gradoop.temporal.model.impl.operators.verify - package org.gradoop.temporal.model.impl.operators.verify
-
Contains a temporal version of the verify operator that removes dangling edges and updates validity
of edges.
- org.gradoop.temporal.model.impl.operators.verify.functions - package org.gradoop.temporal.model.impl.operators.verify.functions
-
Functions used by the temporal verify operator.
- org.gradoop.temporal.model.impl.pojo - package org.gradoop.temporal.model.impl.pojo
-
Contains a default POJO implementation of TPGM entities.
- org.gradoop.temporal.util - package org.gradoop.temporal.util
-
Contains utility classes specific to the temporal module.
- ORIGINAL_VERTEX_LABEL - Static variable in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
-
The property key used to store the original vertex label on the new edge.
- OrPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
-
Wraps an Or predicate
- OrPredicate(Or) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
Creates a new or wrapper
- OrPredicate(Or, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
-
Creates a new or wrapper
- OUT_DEGREE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
-
- OUTGOING - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
integer model of "outgoing"
- OUTGOING_VERTEX_DEGREE_DISTRIBUTION - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
-
Each line contains a vertex and its out-degree, e.g.
- OutgoingAdjacencyList - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
generates a string representation fo an outgoing adjacency list
- OutgoingAdjacencyList() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.OutgoingAdjacencyList
-
- OutgoingVertexDegreeDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the distribution of outgoing vertex degrees.
- OutgoingVertexDegreeDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegreeDistribution
-
- OutgoingVertexDegrees - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the outgoing degree for each vertex.
- OutgoingVertexDegrees() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegrees
-
- outputFormat - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
The output format chosen by the user
- overlap(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a new base graph containing the overlapping vertex and edge sets of this graph
and the given graph.
- Overlap<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.overlap
-
Computes the overlap graph from two base graphs.
- Overlap() - Constructor for class org.gradoop.flink.model.impl.operators.overlap.Overlap
-
- OverlapBase<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.overlap
-
Base class for overlap operators that contains common logic.
- OverlapBase() - Constructor for class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
-
- Overlaps - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the Overlaps temporal predicate.
- Overlaps(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
-
Creates a Overlaps instance with the given time-interval.
- Overlaps(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
-
Creates a Overlaps instance with the given time-interval.
- sample(SamplingAlgorithm<G, V, E, LG, GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Creates a new graph from a chosen subset of nodes and their associated edges, depending on the given
sampling algorithm.
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.PageRankSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomEdgeSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomNonUniformVertexSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomWalkSampling
-
- sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
-
Each sampling method should prepare a sample method
- SamplingAlgorithm<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
-
Abstract class to provide methods for sampling algorithms.
- SamplingAlgorithm() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
-
- SamplingConstants - Class in org.gradoop.flink.model.impl.operators.sampling.common
-
Constants for all sampling algorithms.
- SamplingEvaluationConstants - Class in org.gradoop.flink.model.impl.operators.sampling.common
-
Collected constants for sampling evaluation
- SamplingFRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
-
FRLayouter that only considers a random sample of vertices for one side of the
repulsion-calculation.
- SamplingFRLayouter(int, int, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
-
Create new Instance of FRLayouter.
- samplingRate - Variable in class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
-
probability to choose a given vertex for repulsion calculations.
- scalar(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Calculate the scalar-product of this vector
- SCALED_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
-
- scaleLayout(DataSet<EPGMVertex>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Scale the coordinates of the graph so that the layout-space matches the requested drawing-size
- SchemaGraphExample - Class in org.gradoop.examples.grouping
-
A self contained example on how to use the grouping operator on Gradoop's
LogicalGraph
class.
- SchemaGraphExample() - Constructor for class org.gradoop.examples.grouping.SchemaGraphExample
-
- SearchGraphUtils - Interface in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Util methods to interpret and manipulate int-array encoded graphs
- SearchGraphUtilsBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Util methods to interpret and manipulate int-array encoded graphs
- SearchGraphUtilsBase() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtilsBase
-
- SECOND_EDGE_LABEL - Static variable in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
-
The property key used to store the second label of the combined edges on the new edge.
- secondCollection - Variable in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
-
Second input collection.
- seek(Range, Collection<ByteSequence>, boolean) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
-
- select(FilterFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Filter containing graphs based on their associated graph head.
- Selection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.selection
-
Filter base graphs from a graph collection based on their associated graph head.
- Selection(FilterFunction<G>) - Constructor for class org.gradoop.flink.model.impl.operators.selection.Selection
-
Creates a new Selection operator.
- SelectionBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.selection
-
Superclass of selection and distinct operators.
- SelectionBase() - Constructor for class org.gradoop.flink.model.impl.operators.selection.SelectionBase
-
- SelectNearestCenter - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
-
Assigns the nearest centroid to a point.
- SelectNearestCenter() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.SelectNearestCenter
-
- selectVerticesAndEdges(GC, DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.selection.SelectionBase
-
Selects vertices and edges for a selected subset of graph heads / graph ids.
- sendMessages(Vertex<GradoopId, GradoopId>) - Method in class org.gradoop.flink.algorithms.btgs.functions.BtgMessenger
-
- sendMessages(Vertex<GradoopId, PropertyValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPMessageFunction
-
- serializeDate(LocalDate) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
Serializes a LocalDate value.
- serializeDateTime(LocalDateTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
Serializes a LocalDateTime value.
- serializeGradoopId(GradoopId) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
-
Converts a gradoop id into a protobuf byte array (ByteString).
- serializeGradoopIds(GradoopIdSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
-
Converts a gradoop id set into a list of binary gradoop ids (ByteString).
- serializeProperties(E) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
-
Converts the properties of an element into a map of strings and binary property values
(ByteString).
- serializeTime(LocalTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
Serializes a LocalTime value.
- set(byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Set byte array with offset 0 and length of the byte array.
- set(byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Set byte array, offset and length.
- set(Property) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Sets the given property.
- set(String, PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Sets the given property.
- set(String, Object) - Method in class org.gradoop.common.model.impl.properties.Properties
-
Sets the given property.
- set(GradoopId, Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Set id and value at once.
- set(double, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Set x and y at once
- set(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Copy the values of the other vector into this one
- set(String, Object) - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
property setter
- setAggregateFunctions(List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the aggregate functions
- SetAggregateProperties<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Sets aggregate values of graph heads.
- SetAggregateProperties(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperties
-
Creates a new instance of a SetAggregateProperties coGroup function.
- SetAggregateProperty<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
-
Sets aggregate values of a graph head.
- SetAggregateProperty(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
-
Creates a new instance of a SetAggregateProperty rich map function.
- setAggregatePropertyKey(String) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.BaseAggregateFunction
-
Sets the property key used to store the aggregate value.
- setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setAggregateValues(PropertyValueList) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Sets the aggregate values of the group item.
- setAggregateValues(List<PropertyValue>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the aggregate values
- setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the aggregate values
- setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setArgs(ArrayList<QueryComparable>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- setAsValidTime(TimeDimension.Field) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
-
Valid time field to write the aggregation result to.
- setAttachData(boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Set if the original vertex and edge data shall be attached to the result.
- setAutoFlush(boolean) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
- setAutoFlush(boolean) - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
-
Setting this value to true, forces the store implementation to flush the
write buffers after every write.
- setAutoFlush(boolean) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
- setBigDecimal(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- setBins(Long[]) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
-
- setBoolean(boolean) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as boolean value.
- setBranchConstraintEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- SetBtgId<E extends GraphElement> - Class in org.gradoop.flink.algorithms.btgs.functions
-
Associates an edge with an business transaction graph.
- SetBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.SetBtgId
-
- SetBtgIds<V extends Vertex> - Class in org.gradoop.flink.algorithms.btgs.functions
-
Associates a (master) vertex with business transaction graphs.
- SetBtgIds() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.SetBtgIds
-
- setBucketCount(byte) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
-
Set the bucket count manually.
- setBytes(byte[]) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Set internal byte representation.
- setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
-
- setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- setCandidates(List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- setCanonicalLabel(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
-
Sets the canonical label of a subgraph.
- setCanonicalLabel(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Setter.
- setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- setCategory(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Categorizable
-
Setter.
- setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- setCellid(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Sets cellid
- setCells(Collection<AdjacencyListCell<ED, VD>>) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
- setCharset(String) - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
-
Set charset of CSV file.
- setCharsetName(String) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
-
Sets the charset with which the CSV strings are written to the file.
- setCondensation(boolean) - Method in class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
-
This method sets whether property value based condensation should be executed or not.
- setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- setCount(long) - Method in interface org.gradoop.flink.model.api.tuples.Countable
-
Setter.
- setCount(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Sets count
- setCount(long) - Method in class org.gradoop.flink.model.impl.tuples.WithCount
-
- setDate(LocalDate) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- setDateTime(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as LocalDateTime value.
- setDeletion(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- setDeletions(List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- setDictionaryType(DictionaryType) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setDirected(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setDirection(String, ExpandDirection) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Inserts or updates the direction for the specified path variable.
- setDouble(double) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as double value.
- setEdgeCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- setEdgeCandidates(Map<IdPair, boolean[]>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setEdgeCandidates(List<TripleWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- setEdgeData(ED) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
-
- setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- setEdgeId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
-
- setEdgeId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- setEdgeLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- setEdgeMapping(K[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
-
- setEdges(Set<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- setEdges(DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
-
Sets edges
- setEdgeStepJoinStrategy(JoinOperatorBase.JoinHint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Sets the join strategy for joining edges during traversal.
- setEmbedding(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- setEmbedding(Embedding) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
-
Sets the sample embedding.
- setEmbedding(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
- setEmbedding(Embedding<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
-
- setEmbeddingCompressionEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setEmbeddings(List<Embedding>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- setEmbeddings(List<Embedding>) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Setter.
- setEmbeddings(List<Embedding>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- setEndSpeed(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Sets endSpeed (overrides default)
- setEntryColumn(String, EmbeddingMetaData.EntryType, int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Inserts or updates a column mapping entry
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- setFileCreationMode(JobContext, ParquetFileWriter.Mode) - Static method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
-
Sets the file creation mode of a JobContext.
- setFloat(float) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as float value.
- setForce(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Set the last force that was applied to this vertex
- setGradoopFlinkConfig(GradoopFlinkConfig) - Method in interface org.gradoop.flink.model.api.layouts.BaseLayoutFactory
-
Sets the config.
- setGradoopFlinkConfig(GradoopFlinkConfig) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
-
- setGradoopId(GradoopId) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- setGradoopIds(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Sets the gradoop ids of the graphs which contain this edge.
- setGradoopIds(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
Sets the gradoop ids of the graphs which contain this vertex.
- setGradoopIds(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Sets the gradoop ids of the graphs which contain this edge.
- setGradoopIds(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
Sets the gradoop ids of the graphs which contain this vertex.
- setGraph(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
- setGraphCollectionLayoutFactory(GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Sets the layout factory for building layouts that represent a
GraphCollection.
- setGraphCompressionEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setGraphHead(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- setGraphHead(EPGMGraphHead) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
-
- setGraphId(GradoopId) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- setGraphId(GradoopId) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Setter.
- setGraphId(GradoopId) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- setGraphId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- setGraphIds(GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.GraphElement
-
Adds the given graph set to the element.
- setGraphIds(GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
- setGraphIds(int, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
repeated bytes graphIds = 4;
- setGraphIds(int, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
repeated bytes graphIds = 4;
- setGraphIds(int, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
repeated bytes graphIds = 4;
- setGraphIds(int, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
repeated bytes graphIds = 4;
- setGraphIds(GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
- setGroupingLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the grouping label
- setGroupingStrategy(GroupingStrategy) - Method in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Set the grouping strategy that will be used for each grouping.
- setGroupingValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setGroupingValues(PropertyValueList) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Sets the grouping values of the group item.
- setGroupingValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setGroupItem(GroupItem, Element, LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
-
Sets the basic values for either a vertex or an edge group item.
- setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setGroupLabel(String) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Sets the label of the group of the group item.
- setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the group label
- setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setHdfsConfig(Configuration) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
Sets a hdfs config used for reading metadata.
- setId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Identifiable
-
Sets the identifier of that entity.
- setId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- setId(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Sets an Id for the elements
- setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- setId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- setId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required bytes id = 1;
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Sets id
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Sets id
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Sets id
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Sets id
- setId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
-
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Set edge id
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
-
- setId(GradoopId) - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
-
- setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required bytes id = 1;
- setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required bytes id = 1;
- setIdData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- setIdListData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- setIdSet(GradoopIdSet) - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
-
- setIncludeVertexTime(boolean) - Method in class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
-
Configure the operator to consider or not the vertex time by calculating the degree evolution.
- setIncomingCandidateCounts(int[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setInt(int) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as int value.
- setInteresting(boolean) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
-
- setKey(String) - Method in class org.gradoop.common.model.impl.properties.Property
-
Sets the property key.
- setLabel(String) - Method in interface org.gradoop.common.model.api.entities.Labeled
-
Sets the label of that entity.
- setLabel(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- setLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
-
- setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- setLabel(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Sets a new label for the element.
- setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- setLabel(String) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- setLabel(String) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
-
- setLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
-
- setLabel(String) - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
-
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required string label = 2;
- setLabel(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
sets the label
- setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required string label = 2;
- setLabelGroup(LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setLabelGroup(LabelGroup) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
-
Sets the label group of the group item.
- setLabelGroup(LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setLat(double) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Sets Latitude
- setLayoutFactory(GraphCollectionLayoutFactory<G, V, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
-
Sets the layout factory that is responsible for creating a graph collection layout.
- setLayoutFactory(LogicalGraphLayoutFactory<G, V, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
-
Sets the layout factory that is responsible for creating a graph layout.
- setLayoutFactory(GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
-
- setLayoutFactory(LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
-
- setLayoutFactory(GraphCollectionLayoutFactory<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
- setLayoutFactory(LogicalGraphLayoutFactory<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
- setList(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as
List value.
- setLogicalGraphLayoutFactory(LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.util.GradoopFlinkConfig
-
Sets the layout factory for building layouts that represent a
LogicalGraph.
- setLon(double) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
-
Sets Longitude
- setLong(long) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as long value.
- setMap(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as
Map value.
- setMatchStrategy(MatchStrategy) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Set matching strategy for vertex and edge embeddings (e.g.
- setMaxIterations(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Sets maxIterations
- setMessageType(MessageType) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- setMessageTypes(List<MessageType>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- setMinSupport(float) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setMinTimePoint(MinTimePoint) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
-
- setName(String) - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
-
Set the operator description
This is used for Flink operator naming
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
-
- setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
-
- setName(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
-
- setName(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
-
- setNextId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- setNow(TimeLiteral) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
-
- setNumberOfRegions(int) - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
-
Set the number of regions.
- setObject(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the given value as internal value if it has a supported type.
- setObject(T) - Method in class org.gradoop.flink.model.impl.tuples.WithCount
-
- SetOperatorBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.base
-
Base class for set operations that share common methods to build vertex, edge and data sets.
- SetOperatorBase() - Constructor for class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
-
- SetOrCreateWithCount - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
Returns the first value of the join pair if it exists, otherwise a new
WithCount with
count = 0 is created.
- SetOrCreateWithCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.SetOrCreateWithCount
-
Constructor
- setOutgoing(Boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- SetPairBulkTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Extracts
Embeddings iteratively from a given graph by traversing the
graph according to a given
TraversalCode.
- SetPairBulkTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
-
Creates a new distributed traverser.
- SetPairBulkTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
-
Creates a new distributed traverser.
- SetPairForLoopTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Extracts
Embeddings iteratively from a given graph by traversing the
graph according to a given
TraversalCode.
- SetPairForLoopTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
-
Creates a new distributed traverser.
- SetPairForLoopTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
-
Creates a new distributed traverser.
- SetPairTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Traverses a graph represented by two DataSets (vertices and edges).
- setParentIds(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setPatternCompressionInStep(DataflowStep) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setPatternEmbeddings(PatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
-
- setPatternVerificationInStep(DataflowStep) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- setPosition(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
-
Sets position
- setPosition(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Sets position
- setPredicates(List<P>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Sets the predicates to the given list
- setPreSplitRegions(boolean) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
-
Enable/Disable the usage of pre-splitting regions at the moment of table creation.
- setPreSplitRegions(boolean) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
-
- setPreviousIterations(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Sets previousIterations
- setProperties(Properties) - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Sets the given properties as new properties.
- setProperties(Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
- setProperties(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
-
Sets a property string for the element
- setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
-
- setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
-
- setProperties(Properties) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- setProperties(Properties) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
-
- setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- setProperty(Property) - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Adds a given property to that entity.
- setProperty(String, PropertyValue) - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Adds a given property to that entity.
- setProperty(String, Object) - Method in interface org.gradoop.common.model.api.entities.Attributed
-
Adds a given property to that entity.
- setProperty(Property) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- setProperty(String, Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- setProperty(String, PropertyValue) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- SetProperty<E extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.epgm
-
The SetProperty MapFunction assigns a new property to a given graph element using the supplied
property key and value.
- SetProperty(String, PropertyValue) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.SetProperty
-
Creates an instance of SetProperty.
- setPropertyColumn(String, String, int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
Inserts or updates the mapping of a Variable-PropertyKey pair to the position of the
corresponding PropertyValue within the embeddings propertyData array
- setPropertyColumns(EmbeddingMetaData, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.LeafNode
-
Sets the property columns in the specified meta data object according to the specified variable
and property keys.
- setPropertyData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- setPropertyKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
-
Sets the property keys
- setQuery(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Set the GDL query string.
- setQueryHandler(QueryHandler) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
-
- setQueryHandler(QueryHandler) - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
-
Set the query handler to access the query graph.
- setRecipientId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- setRecipientId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- setRootConverter(Job, Class<? extends GradoopRootConverter<?>>) - Static method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
-
Sets the root converter class of a JobContext.
- setRuntimeContext(RuntimeContext) - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
-
- setSenderId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
-
- setSenderIds(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
-
- setSet(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as Set value.
- setShort(short) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as short value.
- setSize(Integer) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
-
- setSize(Integer) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
-
Setter.
- setSize(Integer) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
- setSource(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Set source id
- setSourceCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- setSourceId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
-
Sets the source vertex identifier.
- setSourceId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
-
- setSourceId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Sets the string that represents the source.
- setSourceId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- setSourceId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes sourceId = 5;
- setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Sets sourceId
- setSourceId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- setSourceId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- setSourceId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Sets the string that represents the source.
- setSourceId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes sourceId = 5;
- setSourceId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
- setSourceLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- setSpreadingByteUsage(boolean) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
-
Enable/Disable the usage of a spreading byte as prefix of each HBase row key.
- setSpreadingByteUsage(boolean) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
-
- setStartSpeed(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Sets startSpeed (overrides default)
- SetStrategy - Class in org.gradoop.common.model.impl.properties.strategies
-
Strategy class for handling PropertyValue operations with a value of the type
Set.
- SetStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.SetStrategy
-
- setStrategy(GroupingStrategy) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
-
Set the grouping strategy.
- setString(String) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
Sets the wrapped value as
String value.
- setSubEdges(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Set the list of sub-edge ids for this edge
- setSubVertices(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
-
Set list of sub-vertex ids
- setSuperVertex(Boolean) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setSuperVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setSuperVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
-
- setTarget(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
-
Set target id
- setTargetId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
-
Sets the target vertex identifier.
- setTargetId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
-
- setTargetId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
-
Sets the string that represents the target.
- setTargetId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
-
- setTargetId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
required bytes targetId = 6;
- setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
-
- setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Sets targetId
- setTargetId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- setTargetId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
-
- setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- setTargetId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
Sets the string that represents the target.
- setTargetId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required bytes targetId = 6;
- setTargetId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
- setTargetLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
-
- setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- setTemporalData(String) - Method in interface org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVElement
-
Set the String representation of the temporal element.
- setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- setTiePointId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
-
- setTiePointId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
-
- setTime(LocalTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- setTransactionTime(Tuple2<Long, Long>) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Set the transaction time tuple (tx-from, tx-to).
- setTraverser(Traverser) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Sets the traverser to describe the distributed graph traversal.
- setTraverserStrategy(TraverserStrategy) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Set iteration strategy for traversing the graph (e.g.
- setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txFrom = 7;
- setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txFrom = 4;
- setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txFrom = 5;
- setTxFrom(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Set the beginning of the elements transaction interval as unix timestamp in milliseconds.
- setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 txTo = 8;
- setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 txTo = 5;
- setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 txTo = 6;
- setTxTo(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Set the end of the elements transaction interval as unix timestamp in milliseconds.
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
- setUpdated(boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setUseGroupCombine(boolean) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGrouping
-
Enable or disable an optional combine step before the reduce step.
- setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valFrom = 9;
- setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valFrom = 6;
- setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valFrom = 7;
- setValidFrom(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Sets the beginning of the elements validity as unix timestamp in milliseconds.
- setValidTime(Tuple2<Long, Long>) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Set the valid time tuple (valid-from, valid-to).
- setValidTime(long, TimeDimension.Field) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Set value time by field.
- setValidTo(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Sets the end of the elements validity as unix timestamp in milliseconds.
- setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
-
required int64 valTo = 10;
- setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
-
required int64 valTo = 7;
- setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
-
required int64 valTo = 8;
- setValue(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Property
-
Sets the property value.
- setValue(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
-
Sets value
- SetVertexAsSuperVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
-
- SetVertexAsSuperVertex() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.SetVertexAsSuperVertex
-
Constructor
- setVertexCandidates(List<IdWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
-
- setVertexData(VD) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
-
- setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
-
- setVertexId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
-
- setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
-
- setVertexMapping(K[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
-
- setVertexPosition(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Set the coordinate-properties of a vertex to the values of this vector
- setVertexStepJoinStrategy(JoinOperatorBase.JoinHint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
-
Sets the join strategy for joining vertices during traversal.
- setVertices(Set<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
-
- setVertices(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
-
Sets vertices
- setVisited() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
-
Sets the vertex as visited.
- setWriteMode(FileSystem.WriteMode) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
Set the write mode of this format.
- setX(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Set X-coordinate of vector
- setY(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Set Y-Coordinate of vector
- ShortStrategy - Class in org.gradoop.common.model.impl.properties.strategies
-
Strategy class for handling PropertyValue operations with a value of the type
Short.
- ShortStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
-
- ShuffledVertexIdsFromEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Returns a tuple which contains the source id and target id of an edge and a tuple which contains
the target id and the source id of the same edge.
- ShuffledVertexIdsFromEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.ShuffledVertexIdsFromEdge
-
Constructor which instantiates the reuse tuple.
- Simple16Compressor - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Functionality wrapper for Simple16 compression.
- Simple16Compressor() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
-
- SIMPLE_FILE - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
-
File name for indexed data.
- SimpleGraphElement - Interface in org.gradoop.flink.model.impl.operators.layouting.util
-
"Artificial superclass" for LVertex and LEdge.
- SingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Superclass of flatmap functions extracting distinct single-edge subgraphs
and all embeddings from a graph.
- SingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
-
Constructor.
- SingleSourceShortestPaths<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.shortestpaths
-
A gradoop operator wrapping SingleSourceShortestPaths.
- SingleSourceShortestPaths(GradoopId, String, int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.shortestpaths.SingleSourceShortestPaths
-
Constructor for single source shortest paths with the
GradoopId of the source vertex
and a maximum number of iterations.
- SingleSourceShortestPathsAttribute<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.shortestpaths.functions
-
Stores the minimum distance as a property in vertex.
- SingleSourceShortestPathsAttribute(String) - Constructor for class org.gradoop.flink.algorithms.gelly.shortestpaths.functions.SingleSourceShortestPathsAttribute
-
Stores the shortest distance to the source vertex as a property.
- size() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Returns the number of contained gradoop ids
- size() - Method in class org.gradoop.common.model.impl.properties.Properties
-
Returns the number of properties.
- size() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
-
Convenience method.
- size() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
Returns the number of predicates contained in this predicate collection.
- size() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
-
Returns the number of entries in the table.
- size() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
Returns the number of entries in the embedding
- SIZEOF_BOOLEAN - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of boolean in bytes
- SIZEOF_BYTE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of byte in bytes
- SIZEOF_CHAR - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of char in bytes
- SIZEOF_DATE - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
byte-array length for LocalDate value
- SIZEOF_DATETIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
byte-array length for LocalDateTime value
- SIZEOF_DOUBLE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of double in bytes
- SIZEOF_FLOAT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of float in bytes
- SIZEOF_INT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of int in bytes
- SIZEOF_LONG - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of long in bytes
- SIZEOF_SHORT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Size of short in bytes
- SIZEOF_TIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
-
byte-array length for LocalTime value
- snapshot(TemporalPredicate) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using a given temporal predicate.
- snapshot(TemporalPredicate, TimeDimension) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using a given temporal predicate.
- Snapshot - Class in org.gradoop.temporal.model.impl.operators.snapshot
-
Extracts a snapshot of a temporal graph using a given temporal predicate.
- Snapshot(TemporalPredicate) - Constructor for class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
-
Creates an instance of the snapshot operator with the given temporal predicate.
- Snapshot(TemporalPredicate, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
-
Creates an instance of the snapshot operator with the given temporal predicate.
- SnapshotExample - Class in org.gradoop.examples.snapshot
-
A self contained example on how to use the snapshot operator of Gradoop's TPGM model designed to analyse
temporal graphs.
- SnapshotExample() - Constructor for class org.gradoop.examples.snapshot.SnapshotExample
-
- SocialNetworkGraph - Class in org.gradoop.examples.common
-
Class to provide a example graph used by gradoop examples.
- sortClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Sort clauses: clauses that subsume most other clauses are sorted at the beginning of
the list
- SortedDictionary - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
{@code (label, frequency),..
- SortedDictionary() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.SortedDictionary
-
- SortedSearchGraphUtils - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
-
Util methods to interpret and manipulate sorted int-array encoded graphs
- SortedSearchGraphUtils(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.SortedSearchGraphUtils
-
Constructor.
- SOURCE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
-
edge source
- SOURCE_ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Position of the sourceId-property in the tuple
- SOURCE_X - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Property key for source x coordinate
- SOURCE_Y - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Property key for source y coordinate
- SourceAndEdgeLabelDistributionPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
-
- SourceAndEdgeLabelDistributionPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.SourceAndEdgeLabelDistributionPreparer
-
- SourceCoordinateJoin - Class in org.gradoop.flink.io.impl.image.functions
-
Adds source X and Y coordinates to the corresponding edge
- SourceCoordinateJoin() - Constructor for class org.gradoop.flink.io.impl.image.functions.SourceCoordinateJoin
-
Default Constructor
- SourceId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Used to select the source vertex id of an edge.
- SourceId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.SourceId
-
- SOURCEID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- SOURCEID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- SOURCEID_KEY - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
-
reserved property key referring to the source identifier of vertices
- SourceLabelAndEdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the distribution of source and edge labels, e.g.
- SourceLabelAndEdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.SourceLabelAndEdgeLabelDistribution
-
- SourceStringUpdater - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
join functions to update the source vertex string representation of an
edge string representation
- SourceStringUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.SourceStringUpdater
-
- speedForIteration(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
-
Calculate the desired speed for a given iteration
- split(String, int) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
-
Splits the specified string.
- split(String, String) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
-
Splits an escaped string while ignoring escaped delimiters.
- split(String, String, int) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
-
Splits an escaped string while ignoring escaped delimiters.
- Split<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.split
-
Splits a LogicalGraph into a GraphCollection based on user-defined property values.
- Split(Function<V, List<PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.split.Split
-
Constructor
- splitBy(String) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Splits the graph into multiple logical graphs using the property value which is assigned to the given
property key.
- SplitValues<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.split.functions
-
Maps the vertices to pairs, where each pair contains the vertex id and one
split value.
- SplitValues(Function<V, List<PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.SplitValues
-
Constructor
- start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
-
- start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
-
- start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
-
- start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
-
- START_INDICES_BROADCAST_SET - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
-
Name of the broadcast set containing the indices for the k starting vertices.
- START_TAG - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
Start tag of a tlf graph.
- startAtIteration(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
Perform the layouting as if this number of iterations had already passed
- StatisticWriter - Class in org.gradoop.flink.model.impl.operators.statistics.writer
-
Class to write the statistic of a graph in a file.
- StatisticWriter() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.StatisticWriter
-
- Step - Class in org.gradoop.flink.model.impl.operators.matching.common.query
-
- Step(long, long, long, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
Creates a new step.
- storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
-
- storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
-
Add a pattern and create an embedding.
- storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
-
- strategy - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Stores the strategy used for grouping.
- strategy - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
-
Execution strategy for the operator.
- StringConverter(Consumer<String>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.StringConverter
-
Creates a converter for strings.
- StringEscaper - Class in org.gradoop.flink.io.impl.csv.functions
-
Escapes characters in strings and allows to split escaped strings.
- StringEscaper() - Constructor for class org.gradoop.flink.io.impl.csv.functions.StringEscaper
-
- StringStrategy - Class in org.gradoop.common.model.impl.properties.strategies
-
Strategy class for handling PropertyValue operations with a value of the type
String.
- StringStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.StringStrategy
-
- sub(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Substract another vector from this vector and return the result
- SUB_ELEMENTS_PROPERTY - Static variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
The name of the property where the ids of the sub-vertices (or sub-edges) of a
supervertex/superedge are stored.
- Subgraph - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Describes a subgraph in the context of transactional FSM,
i.e., a canonical label and a sample embedding
- subgraph(FilterFunction<V>, FilterFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Returns a subgraph of the base graph which contains only those vertices
and edges that fulfil the given vertex and edge filter functions respectively.
- subgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Returns a subgraph of the base graph which contains only those vertices
and edges that fulfil the given vertex and edge filter functions respectively.
- Subgraph<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.subgraph
-
Extracts a subgraph from a base graph using the given filter functions.
- Subgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
-
Creates a new sub graph operator instance.
- Subgraph.Strategy - Enum in org.gradoop.flink.model.impl.operators.subgraph
-
Available execution strategies.
- SubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Superclass of map functions mapping FSM-fitted subgraph representations to
Gradoop graph transactions.
- SubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
-
Constructor.
- SubgraphEmbeddings - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Describes a subgraph and its embeddings in a certain graph.
- subsumeClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Performs the subsumption of a set of clauses
- subsumeDisjunctiveClause(CNFElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Applies subsumption to a disjunctive clause (might simplify the clause)
- subsumeDisjunctiveClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Applies this::subsumeDisjunctiveClause to all disjunctive clauses
(CNF clauses of size > 1)
- subsumes(CNFElement, CNFElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Checks for two disjunctive clauses c1 and c2 whether c1 subsumes c2.
- subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
Checks whether a ComparisonExpression c1 subsumes c2
- subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumption
-
- subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumption
-
- Subsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Abstract base class for subsumptions of clauses.
- Subsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
- Succeeds - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the Precedes predicate.
- Succeeds(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
-
Creates a Succeeds instance with the given time-interval.
- Succeeds(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
-
Creates a Succeeds instance with the given time-interval.
- Sum - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
-
Interface of summing aggregate functions
- SUM_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
-
- SumCount<T> - Class in org.gradoop.flink.model.impl.functions.utils
-
(t, count1),..,(t, countN) => (t, SUM(count1,..,countN))
- SumCount() - Constructor for class org.gradoop.flink.model.impl.functions.utils.SumCount
-
- SumCounts<T> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
(object,count1),(object,count2) -> (object,count1 + count2)
- SumCounts() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.SumCounts
-
- SumEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
-
Aggregate function returning the sum of a specified property over all edges.
- SumEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumEdgeProperty
-
Creates a new instance of a SumEdgeProperty aggregate function.
- SumEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumEdgeProperty
-
Creates a new instance of a SumEdgeProperty aggregate function.
- SumProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
-
Superclass of aggregate functions that sum property values of elements.
- SumProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
-
Creates a new instance of a SumProperty aggregate function.
- SumProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
-
Creates a new instance of a SumProperty aggregate function.
- SumVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
-
Aggregate function returning the sum of a specified property over all vertices.
- SumVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumVertexProperty
-
Creates a new instance of a SumVertexProperty aggregate function.
- SumVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumVertexProperty
-
Creates a new instance of a SumVertexProperty aggregate function.
- SUPERCLASS_VALUE_MASTER - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
-
reserved property value to mark master data
- SUPERCLASS_VALUE_TRANSACTIONAL - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
-
reserved property value to mark transactional data
- Superstep<T> - Class in org.gradoop.flink.model.impl.functions.utils
-
Returns the current superstep using IterationRuntimeContext.
- Superstep() - Constructor for class org.gradoop.flink.model.impl.functions.utils.Superstep
-
- SUPERTYPE_KEY - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
-
reserved property key referring to master or transactional data
- SuperVertexGenerator() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.SuperVertexGenerator
-
- SUPPORT_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
-
Property key to store a frequent subgraphs's support.
- SUPPORT_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
-
Property key to store a frequent subgraphs's frequency.
- SwitchPair<A,B> - Class in org.gradoop.flink.model.impl.functions.tuple
-
Switches the fields of a Flink pair
- SwitchPair() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.SwitchPair
-
- switchSides() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
Returns a ComparisonExpression that wraps the same comparison, but with lhs and
rhs switched
- SwitchSourceTargetIds - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
switches source and target id of an edge string representation
- SwitchSourceTargetIds() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.SwitchSourceTargetIds
-
- SyntacticSubsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Simplifies a CNF by subsuming clauses syntactically.
- SyntacticSubsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumption
-
- TABLE_PREFIX - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
-
gradoop accumulo table prefix
- TARGET - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
-
edge target
- TARGET_ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
-
Position of the targetId-property in the tuple
- TARGET_X - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Property key for target x coordinate
- TARGET_Y - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Property key for target y coordinate
- TargetAndEdgeLabelDistributionPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
-
- TargetAndEdgeLabelDistributionPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.TargetAndEdgeLabelDistributionPreparer
-
- TargetCoordinateJoin - Class in org.gradoop.flink.io.impl.image.functions
-
Add target x and y coordinate to the corresponding edge
- TargetCoordinateJoin() - Constructor for class org.gradoop.flink.io.impl.image.functions.TargetCoordinateJoin
-
Default Constructor
- TargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Used to select the target vertex id of an edge.
- TargetId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TargetId
-
- TARGETID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- TARGETID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- TargetIdBtgId<E extends Edge> - Class in org.gradoop.flink.algorithms.btgs.functions
-
edge -> (targetId, firstGraphId)
- TargetIdBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.TargetIdBtgId
-
- TargetLabelAndEdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the distribution of target and edge labels, e.g.
- TargetLabelAndEdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.TargetLabelAndEdgeLabelDistribution
-
- TargetStringUpdater - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
join functions to update the target vertex string representation of an
edge string representation
- TargetStringUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.TargetStringUpdater
-
- taskNumber - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
The number of this write task.
- TemporalAggregateFunction - Interface in org.gradoop.temporal.model.api.functions
-
- TemporalAggregationExample - Class in org.gradoop.examples.aggregation
-
A self contained example on how to use the aggregation operator of Gradoop's TPGM model designed to analyse
temporal graphs.
- TemporalAggregationExample() - Constructor for class org.gradoop.examples.aggregation.TemporalAggregationExample
-
- TemporalCitiBikeGraph - Class in org.gradoop.examples.common
-
Class to provide an example graph representing a dump from the citibike rentals of NYC.
- TemporalComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
-
Abstract base class for all temporal comparable
Provides the opportunity to implement methods specific for temporal comparable
- TemporalComparable() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TemporalComparable
-
- TemporalCSVDataSink - Class in org.gradoop.temporal.io.impl.csv
-
A data sink storing graphs and graph collections as CSV files.
- TemporalCSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
-
Initialize this data sink.
- TemporalCSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
-
Initialize this data sink with existing metadata.
- TemporalCSVDataSource - Class in org.gradoop.temporal.io.impl.csv
-
A graph data source for CSV files storing temporal graphs.
- TemporalCSVDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
-
Creates a new temporal CSV data source.
- TemporalCSVEdge - Class in org.gradoop.temporal.io.impl.csv.tuples
-
Tuple representing a temporal edge in a CSV file.
- TemporalCSVEdge() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
-
- TemporalCSVElement - Interface in org.gradoop.temporal.io.impl.csv.tuples
-
Interface representing a temporal CSVElement in a CSV file.
- TemporalCSVGraphHead - Class in org.gradoop.temporal.io.impl.csv.tuples
-
Tuple representing a temporal graph head in a CSV file.
- TemporalCSVGraphHead() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
-
- TemporalCSVVertex - Class in org.gradoop.temporal.io.impl.csv.tuples
-
Tuple representing a temporal vertex in a CSV file.
- TemporalCSVVertex() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
-
- TemporalDataSink - Interface in org.gradoop.temporal.io.api
-
A data sink for temporal graphs and collections.
- TemporalDataSource - Interface in org.gradoop.temporal.io.api
-
A data source for temporal graphs and graph collections.
- TemporalEdge - Class in org.gradoop.temporal.model.impl.pojo
-
POJO Implementation of a TPGM edge.
- TemporalEdge() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
Default constructor to create an empty temporal edge instance.
- TemporalEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdge
-
Create a temporal edge instance with a time interval that implies its validity.
- TemporalEdgeFactory - Class in org.gradoop.temporal.model.impl.pojo
-
Factory for creating temporal edge POJOs.
- TemporalEdgeFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
-
- TemporalEdgeRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
-
Root parquet group converter for temporal edges.
- TemporalEdgeRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalEdgeRootConverter
-
Creates a new root converter for temporal edges.
- TemporalEdgeToDataString<E extends TemporalEdge> - Class in org.gradoop.temporal.model.impl.operators.tostring
-
Represents an temporal edge by a data string (label, properties and valid time).
- TemporalEdgeToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalEdgeToDataString
-
- TemporalEdgeToEdge - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
- TemporalEdgeToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalEdgeToEdge
-
Creates an instance of this map function.
- TemporalEdgeToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
-
Creates a protobuf
TPGMProto.TemporalEdge.Builder from a
TemporalEdge
- TemporalEdgeToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalEdgeToProtobufObject
-
- TemporalEdgeToTemporalCSVEdge - Class in org.gradoop.temporal.io.impl.csv.functions
-
- TemporalEdgeToTemporalCSVEdge() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalEdgeToTemporalCSVEdge
-
- TemporalEdgeWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
-
Parquet write support for TPGM edges.
- TemporalEdgeWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalEdgeWriteSupport
-
- TemporalElement - Class in org.gradoop.temporal.model.impl.pojo
-
Base class for all temporal elements.
- TemporalElement() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
Default constructor.
- TemporalElementStats - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
-
Basic statistical information about temporal elements with a certain label.
- TemporalElementStats(int, Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Creates a element statistics object and set the size of the reservoir sample to compute
the statistics.
- TemporalElementStats(int) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Creates a element statistics object and set the size of the reservoir sample to compute
the statistics.
- TemporalElementStats() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Creates a element statistics object that uses a reservoir sample of default size
SimpleElementStats.DEFAULT_SAMPLE_SIZE to compute the statistics
All properties will be considered, their type (numerical/categorical) detected
automatically (may not work very good).
- TemporalElementStats(Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
-
Creates an element statistics object that uses a reservoir sample of default size.
- TemporalElementToDataString<EL extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.tostring.functions
-
Superclass of data-bases string representations of temporal elements,
i.e.
- TemporalElementToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.functions.TemporalElementToDataString
-
- TemporalEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
-
Base class for estimators that provides some utility methods.
- TemporalGradoopConfig - Class in org.gradoop.temporal.util
-
Configuration for Gradoop with additional support for temporal graphs.
- TemporalGraph - Class in org.gradoop.temporal.model.impl
-
A temporal (logical) graph is a base concept of the Temporal Property Graph Model (TPGM) that
extends the Extended Property Graph Model (EPGM).
- TemporalGraphCollection - Class in org.gradoop.temporal.model.impl
-
A temporal graph collection is a base concept of the Temporal Property Graph Model (TPGM)
that extends the Extended Property Graph Model (EPGM).
- TemporalGraphCollectionFactory - Class in org.gradoop.temporal.model.impl
-
- TemporalGraphCollectionFactory(TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
-
Creates a new temporal graph collection factory instance.
- TemporalGraphCollectionLayoutFactory - Class in org.gradoop.temporal.model.impl.layout
-
Factory responsible for creating temporal GVE graph collection layouts.
- TemporalGraphCollectionLayoutFactory() - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
-
- TemporalGraphCollectionOperators - Interface in org.gradoop.temporal.model.api
-
- TemporalGraphElement - Class in org.gradoop.temporal.model.impl.pojo
-
Abstract class representing an TPGM element that is contained in a temporal graph
(i.e.
- TemporalGraphElement() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
Default constructor.
- TemporalGraphFactory - Class in org.gradoop.temporal.model.impl
-
Responsible for creating instances of
TemporalGraph based on a specific layout.
- TemporalGraphFactory(TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.model.impl.TemporalGraphFactory
-
Creates a new temporal graph factory instance.
- TemporalGraphHead - Class in org.gradoop.temporal.model.impl.pojo
-
POJO Implementation of a TPGM graph head.
- TemporalGraphHead() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHead
-
Default constructor to create an empty temporal graph head instance.
- TemporalGraphHead(GradoopId, String, Properties, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHead
-
Creates a temporal graph head instance with a time interval that implies its validity.
- TemporalGraphHeadFactory - Class in org.gradoop.temporal.model.impl.pojo
-
Factory for creating temporal graph head POJOs.
- TemporalGraphHeadFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
-
- TemporalGraphHeadRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
-
Root parquet group converter for temporal graph heads.
- TemporalGraphHeadRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalGraphHeadRootConverter
-
Creates a new root converter for temporal graph heads.
- TemporalGraphHeadToDataString<G extends TemporalGraphHead> - Class in org.gradoop.temporal.model.impl.operators.tostring
-
Represents a temporal graph head by a data string (label, properties and valid time).
- TemporalGraphHeadToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalGraphHeadToDataString
-
- TemporalGraphHeadToGraphHead - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
- TemporalGraphHeadToGraphHead(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalGraphHeadToGraphHead
-
Creates a new instance of this map function.
- TemporalGraphHeadToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
-
- TemporalGraphHeadToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalGraphHeadToProtobufObject
-
- TemporalGraphHeadToTemporalCSVGraphHead - Class in org.gradoop.temporal.io.impl.csv.functions
-
- TemporalGraphHeadToTemporalCSVGraphHead() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalGraphHeadToTemporalCSVGraphHead
-
- TemporalGraphHeadWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
-
Parquet write support for TPGM graph heads.
- TemporalGraphHeadWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalGraphHeadWriteSupport
-
- TemporalGraphLayoutFactory - Class in org.gradoop.temporal.model.impl.layout
-
Factory responsible for creating temporal GVE graph layouts.
- TemporalGraphLayoutFactory() - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
-
- TemporalGraphOperators - Interface in org.gradoop.temporal.model.api
-
- TemporalGraphStatistics - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics
-
Abstract base class for statistics about temporal graphs
- TemporalGraphStatistics() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
-
- TemporalGraphStatistics.ElementType - Enum in org.gradoop.temporal.model.impl.operators.matching.common.statistics
-
Describes the two types of graph elements
- TemporalGraphStatisticsFactory<T extends TemporalGraphStatistics> - Interface in org.gradoop.temporal.model.impl.operators.matching.common.statistics
-
- temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Grouping operator that aggregates valid times per group and sets it as new valid time.
- temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>, List<KeyFunction<TemporalEdge, ?>>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Grouping operator that aggregates valid times per group and sets it as new valid time.
- temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>, List<AggregateFunction>, List<KeyFunction<TemporalEdge, ?>>, List<AggregateFunction>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Grouping operator that aggregates valid times per group and sets it as new valid time.
- TemporalGroupingExample - Class in org.gradoop.examples.grouping
-
A self contained example on how to use the key-based grouping operator and its support for temporal key
functions and aggregations to summarize and analyze temporal graphs.
- TemporalGroupingExample() - Constructor for class org.gradoop.examples.grouping.TemporalGroupingExample
-
- TemporalGroupingKeys - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping
-
A factory class for creating instances of commonly used grouping key functions for grouping
on temporal attributes.
- TemporalGVELayout - Class in org.gradoop.temporal.model.impl.layout
-
Represents a temporal graph or graph collection using three separate datasets:
a dataset containing the temporal graph heads which are the metadata of logical graphs
a dataset containing the temporal vertices
a dataset containing the temporal edges
- TemporalIndexedCSVDataSink - Class in org.gradoop.temporal.io.impl.csv.indexed
-
A temporal graph data sink for CSV files indexed by label.
- TemporalIndexedCSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
-
Creates a new indexed CSV data sink.
- TemporalIndexedCSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
-
Creates an new indexed CSV data sink.
- TemporalIndexedCSVDataSource - Class in org.gradoop.temporal.io.impl.csv.indexed
-
A temporal graph data source for CSV files indexed by label.
- TemporalIndexedCSVDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
-
Creates a new data source.
- TemporalIndexedLayout - Class in org.gradoop.temporal.model.impl.layout
-
Represents a temporal graph or graph collection using one dataset per label and graph instance:
a Map containing the graph label L as key and a graph head dataset G as value
a Map containing the vertex label L as key and a vertex dataset V as value
a Map containing the edge label L as key and a edge dataset E as value
- TemporalIndexedLayout(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
-
Creates a new temporal indexed layout.
- TemporalParquetDataSink - Class in org.gradoop.temporal.io.impl.parquet.plain
-
A temporal graph data sink for parquet files.
- TemporalParquetDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
-
Creates a new temporal parquet data sink.
- TemporalParquetDataSource - Class in org.gradoop.temporal.io.impl.parquet.plain
-
A graph data source for parquet files storing temporal graphs.
- TemporalParquetDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
-
Creates a new temporal parquet data source.
- TemporalParquetProtobufDataSink - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
A temporal graph data sink for parquet-protobuf files.
- TemporalParquetProtobufDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
-
Creates a new temporal parquet-protobuf data sink.
- TemporalParquetProtobufDataSource - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
A temporal graph data source for parquet-protobuf files.
- TemporalParquetProtobufDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
-
Creates a new temporal parquet-protobuf data source.
- TemporalPatternMatching<G extends TemporalGraphHead,LG extends TemporalGraph,GC extends TemporalGraphCollection> - Class in org.gradoop.temporal.model.impl.operators.matching.single
-
Base class for temporal pattern matching implementations.
- TemporalPatternMatching(String, boolean, Logger) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Constructor
- TemporalPatternMatching(String, boolean, CNFPostProcessing, Logger) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
Constructor
- TemporalPlanTableEntry - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable
-
Represents a query plan and additional meta data.
- TemporalPlanTableEntry(PlanTableEntry.Type, Set<String>, CNF, TemporalQueryPlanEstimator) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
-
Creates a new plan table entry.
- TemporalPredicate - Interface in org.gradoop.temporal.model.api.functions
-
A predicate that selects certain time-stamps or time-intervals.
- temporalQuery(String) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Evaluates the given query using the Temporal-GDL query engine.
- temporalQuery(String, String) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Evaluates the given query using the Temporal-GDL query engine.
- temporalQuery(String, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Evaluates the given query using the Temporal-GDL query engine.
- temporalQuery(String, String, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Evaluates the given query using the Temporal-GDL query engine.
- temporalQuery(String, String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Evaluates the given query using the Temporal-GDL query engine.
- TemporalQueryHandler - Class in org.gradoop.temporal.model.impl.operators.matching.common.query
-
Wraps a GDLHandler and adds functionality needed for query
processing during graph pattern matching.
- TemporalQueryHandler(String) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Creates a new query handler that postprocesses the CNF with a default
CNFPostProcessing
- TemporalQueryHandler(String, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
-
Creates a new query handler.
- TemporalQueryPlanEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
-
Estimates a given query plan by traversing its nodes and updating the state of specific
estimator implementations (e.g.
- TemporalQueryPlanEstimator(QueryPlan, TemporalQueryHandler, TemporalGraphStatistics, CNFEstimation) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
-
Creates a new plan estimator.
- TemporalSubsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Uses temporal information to subsume constraints that compare a time selector to a time literal.
- TemporalSubsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumption
-
- TemporalVertex - Class in org.gradoop.temporal.model.impl.pojo
-
POJO Implementation of a TPGM vertex.
- TemporalVertex() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertex
-
- TemporalVertex(GradoopId, String, Properties, GradoopIdSet, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertex
-
Creates a instance of a temporal vertex without temporal information.
- TemporalVertexDegree - Class in org.gradoop.temporal.model.impl.operators.metric
-
A TPGM operator calculating the evolution of vertex degrees for all vertices of the graph.
- TemporalVertexDegree(VertexDegree, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
-
Creates an instance of this temporal vertex degree operator.
- TemporalVertexFactory - Class in org.gradoop.temporal.model.impl.pojo
-
Factory for creating temporal vertex POJOs.
- TemporalVertexFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
-
- TemporalVertexRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
-
Root parquet group converter for temporal vertices.
- TemporalVertexRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalVertexRootConverter
-
Creates a new root converter for temporal vertices.
- TemporalVertexToDataString<V extends TemporalVertex> - Class in org.gradoop.temporal.model.impl.operators.tostring
-
Represents a temporal vertex by a data string (label, properties and valid time).
- TemporalVertexToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalVertexToDataString
-
- TemporalVertexToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
-
Creates a protobuf
TPGMProto.TemporalVertex.Builder from a
TemporalVertex
- TemporalVertexToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalVertexToProtobufObject
-
- TemporalVertexToTemporalCSVVertex - Class in org.gradoop.temporal.io.impl.csv.functions
-
- TemporalVertexToTemporalCSVVertex() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalVertexToTemporalCSVVertex
-
- TemporalVertexToVertex - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
- TemporalVertexToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalVertexToVertex
-
Creates an new instance of this map function.
- TemporalVertexWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
-
Parquet write support for TPGM vertices.
- TemporalVertexWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalVertexWriteSupport
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelIn
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelReg
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropEquals
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropLargerThan
-
- test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropReg
-
- test(long, long) - Method in interface org.gradoop.temporal.model.api.functions.TemporalPredicate
-
Evaluates this predicate for a certain time-stamp or -interval.
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.All
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.AsOf
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Between
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.FromTo
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Precedes
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
-
- test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
-
- TFSMConstants - Class in org.gradoop.flink.algorithms.fsm.transactional.common
-
Collection of broadcast dataset names used for frequent subgraph mining.
- TFSMConstants() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
-
- TFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
-
Lightweight representation of a labeled graph transaction.
- TFSMGraph(GradoopId, Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.TFSMGraph
-
Constructor.
- TFSMSingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graph => embedding(k=1),..
- TFSMSingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSingleEdgeEmbeddings
-
Constructor.
- TFSMSubgraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Representation of a subgraph.
- TFSMSubgraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
Default constructor.
- TFSMSubgraph(String, Long, Embedding) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
-
Constructor.
- TFSMSubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
FSM subgraph -> Gradoop graph transaction
- TFSMSubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphDecoder
-
Constructor.
- TFSMSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
-
Representation of a subgraph supported by a graph and all its local
embeddings.
- TFSMSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
-
Default constructor
- TFSMSubgraphOnly - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
(graphId, size, canonicalLabel, embeddings) => (canonicalLabel, frequency=1, sample embedding)
- TFSMSubgraphOnly() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphOnly
-
- TFSMWrapInSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
subgraphWithSampleEmbedding => subgraphWithEmbeddings
- TFSMWrapInSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMWrapInSubgraphEmbeddings
-
Constructor.
- ThinkLikeAnEmbeddingFSMBase<G extends FSMGraph,S extends Subgraph,SE extends SubgraphEmbeddings> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle
-
Superclass of transactional FSM and derivatives.
- ThinkLikeAnEmbeddingFSMBase(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.ThinkLikeAnEmbeddingFSMBase
-
Constructor.
- ThinkLikeAnEmbeddingTFSM - Class in org.gradoop.flink.algorithms.fsm.transactional
-
abstract superclass of different implementations of the gSpan frequent
subgraph mining algorithm as Gradoop operator
- ThinkLikeAnEmbeddingTFSM(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.ThinkLikeAnEmbeddingTFSM
-
Constructor
- threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
-
Minimum similarity to allow merge
- threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
Only consider vertices as similar if their similarity is larger then this value
- threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
Only vertices with a similarity of at least threshold are combined
- time(EL) - Method in class org.gradoop.temporal.model.impl.operators.tostring.functions.TemporalElementToDataString
-
Represents the time fields of the input element as a comma separated string.
- TimeConstantComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
-
Wraps a TimeConstant
- TimeConstantComparable(TimeConstant) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
-
Creates a new wrapper for a TimeConstant.
- TimeDimension - Enum in org.gradoop.temporal.model.api
-
Attributes accessible on
TemporalElements representing
different time dimensions.
- TimeDimension.Field - Enum in org.gradoop.temporal.model.api
-
Fields accessible in a time interval.
- TimeFormatConversion - Class in org.gradoop.temporal.util
-
Utility class that provides methods for the conversion of different time formats.
- TimeFormatConversion() - Constructor for class org.gradoop.temporal.util.TimeFormatConversion
-
- timeInterval(TimeDimension) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
-
Group by a time interval.
- TimeIntervalConverter(Consumer<Tuple2<Long, Long>>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
-
Creates a group converter for gradoop time intervals
- TimeIntervalExtractor<E extends Element> - Interface in org.gradoop.temporal.model.api.functions
-
Map function to extract temporal information from an element to create a tuple of
Long values as the elements validity interval.
- TimeIntervalKeyFunction<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
-
- TimeIntervalKeyFunction(TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
Create a new instance of this key function.
- TimeLiteralComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
-
Wraps a TimeLiteral
- TimeLiteralComparable(TimeLiteral) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
-
Creates a new wrapper
- TimeSelectorComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
-
Wraps an TimeSelector
- TimeSelectorComparable(TimeSelector) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
-
Creates a new wrapper
- timeStamp(TimeDimension, TimeDimension.Field) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
-
Group by a time stamp.
- timeStamp(TimeDimension, TimeDimension.Field, TemporalField) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
-
Group by a field of a time stamp.
- TimeStampKeyFunction<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
-
- TimeStampKeyFunction(TimeDimension, TimeDimension.Field, TemporalField) - Constructor for class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
-
Create a new instance of this grouping key function.
- TimeStrategy - Class in org.gradoop.common.model.impl.properties.strategies
-
Strategy class for handling PropertyValue operations with a value of the type
LocalTime.
- TimeStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
-
- timeUnit - Variable in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractDurationAggregateFunction
-
The unit to parse the duration after the aggregation.
- TLFConstants - Class in org.gradoop.flink.io.impl.tlf
-
Constants needed for Dictionary functions
- TLFConstants() - Constructor for class org.gradoop.flink.io.impl.tlf.TLFConstants
-
- TLFDataSink - Class in org.gradoop.flink.io.impl.tlf
-
Writes an EPGM representation into one TLF file.
- TLFDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSink
-
Creates a new data sink.
- TLFDataSink(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSink
-
Creates a new data sink.
- TLFDataSource - Class in org.gradoop.flink.io.impl.tlf
-
Creates an EPGM instance from one TLF file.
- TLFDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSource
-
Creates a new data source.
- TLFDataSource(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSource
-
Creates a new data source.
- TLFDictionaryFileFormat - Class in org.gradoop.flink.io.impl.tlf.functions
-
Creates a dictionary format from a GraphTransaction as follows:
- TLFDictionaryFileFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryFileFormat
-
- TLFDictionaryMapGroupReducer - Class in org.gradoop.flink.io.impl.tlf.functions
-
Reduces the incoming list of vertex or edge labels to a single HashMap
containing those labels without duplicates and an ascending integer value.
- TLFDictionaryMapGroupReducer() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryMapGroupReducer
-
- TLFFileFormat - Class in org.gradoop.flink.io.impl.tlf.functions
-
Converts a GraphTransaction to the following format:
- TLFFileFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFFileFormat
-
- TLFInputFormat - Class in org.gradoop.flink.io.impl.tlf.inputformats
-
This input format is used to extract complete TLF graph strings from
distributed hdfs files.
- TLFInputFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.inputformats.TLFInputFormat
-
- TLFRecordReader - Class in org.gradoop.flink.io.impl.tlf.inputformats
-
TLFRecordReader class to read through a given TLF document to
output graph blocks as records which are specified by the start tag and
end tag.
- TLFRecordReader(FileSplit, Configuration) - Constructor for class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
-
Constructor for the reader which handles TLF splits and
initializes the file input stream.
- TO_ID - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Offset of 1-edge DFS code's to id.
- TO_LABEL - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
-
Offset of 1-edge DFS code's to label.
- toBigDecimal(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a BigDecimal
- toBigDecimal(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a BigDecimal value
- toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
-
- toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
-
- toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
-
- toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopId
-
Returns byte representation of a GradoopId
- toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
Returns the byte representation of that set.
- toBytes(String) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a string to a UTF-8 byte array.
- toBytes(BigDecimal) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Convert a BigDecimal value to a byte array
- ToCCSGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graphTransaction => categorizedGraph
- ToCCSGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToCCSGraph
-
- ToCoordsTuple - Class in org.gradoop.flink.io.impl.image.functions
-
Function to prepare tuple with coordinates of each vertex.
- ToCoordsTuple() - Constructor for class org.gradoop.flink.io.impl.image.functions.ToCoordsTuple
-
Default Constructor
- ToDirectedAdjacencyList - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
(G, V, E) => adjacencyList
for directed graph
- ToDirectedAdjacencyList() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToDirectedAdjacencyList
-
- toDouble(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a double value.
- toDouble(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a double value.
- toEmbedding() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
-
Turns the intermediate result into an embedding
(base,(a,b,c),d) -> (base, IdListEntry(a,b,c), IdEntry(d))
- toEpochMilli(LocalDateTime) - Static method in class org.gradoop.temporal.util.TimeFormatConversion
-
Converts a
LocalDateTime object and converts it to respective milliseconds since Unix Epoch.
- toFloat(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Presumes float encoded as IEEE 754 floating-point "single format"
- toFloat(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Presumes float encoded as IEEE 754 floating-point "single format"
- ToFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
Superclass of map functions mapping a graph transaction to a FSM-fitted graph format.
- ToFSMGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
-
- ToGellyEdgeWithNullValue - Class in org.gradoop.flink.model.impl.functions.epgm
-
turns an EPGM edge into a Gelly edge without data.
- ToGellyEdgeWithNullValue() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToGellyEdgeWithNullValue
-
Constructor
- ToGradoopIdSet - Class in org.gradoop.flink.model.impl.functions.epgm
-
id1,..,idn => {id1,..,idn}
- ToGradoopIdSet() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToGradoopIdSet
-
- toGraphCollection() - Method in interface org.gradoop.temporal.model.api.TemporalGraphCollectionOperators
-
- toGraphCollection() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
-
- toHBaseFilter(boolean) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
-
Translate the filter to a HBase specific Filter which can be applied
to a Scan instance.
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelIn
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelReg
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropEquals
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropLargerThan
-
- toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropReg
-
- ToIdWithLabel<EL extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.tuple
-
Factory to create (id, label) pairs from EPGM elements.
- ToIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ToIdWithLabel
-
- toInt(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to an int value
- toInt(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to an int value
- toInt(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to an int value
- toIntUnsafe(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to an int value (Unsafe version)
- TOKEN_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
-
Used to separate the tokens (id, label, values) in the CSV files.
- TOKEN_SEPARATOR - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
-
Separates tokens in a single line
- toList() - Method in class org.gradoop.common.model.impl.properties.Properties
-
Returns a list of properties.
- toLocalDateTime(long) - Static method in class org.gradoop.temporal.util.TimeFormatConversion
-
- toLogicalGraph() - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
- toLogicalGraph() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
-
- toLong(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a long value.
- toLong(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a long value.
- toLong(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a long value.
- ToPropertyValue<T> - Class in org.gradoop.flink.model.impl.functions.epgm
-
Wraps a value in a property value.
- ToPropertyValue() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToPropertyValue
-
- toRow(E) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
-
Serialize record to key-value pair
- toRow(Edge) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
-
- toRow(GraphHead) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
-
- toRow(Vertex) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
-
- toShort(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a short value
- toShort(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a short value
- toShort(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Converts a byte array to a short value
- ToSourceIdWithLabel<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
(edge) -> (sourceId, label)
- ToSourceIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ToSourceIdWithLabel
-
- toString() - Method in class org.gradoop.common.model.impl.id.GradoopId
-
Returns hex string representation of a GradoopId.
- toString() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
-
- toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
-
- toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
-
- toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
-
- toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHead
-
- toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertex
-
- toString() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
- toString(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
This method will convert utf8 encoded bytes into a string.
- toString(byte[], String, byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
Joins two byte arrays together using a separator.
- toString(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
This method will convert utf8 encoded bytes into a string.
- toString(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
-
This method will convert utf8 encoded bytes into a string.
- toString() - Method in class org.gradoop.common.model.impl.properties.Properties
-
- toString() - Method in class org.gradoop.common.model.impl.properties.Property
-
- toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
-
- toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
-
- toString() - Method in enum org.gradoop.common.model.impl.properties.Type
-
Returns the string representation.
- toString() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
-
- toString() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
-
- toString() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
-
- toString() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
-
- toString() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
-
- toString() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueOutputFormat
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
-
- toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
-
- toString() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
-
- toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
- toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
- toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
- toString() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
-
- toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
-
- toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
-
- toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
-
- toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
-
- toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelIn
-
- toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelReg
-
- toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
-
- toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
-
- toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
-
- toString() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
-
- toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
-
- toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
-
- toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.All
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.AsOf
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Between
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.FromTo
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Precedes
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
-
- toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
-
- toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
-
- toString() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
-
- toString() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
-
- ToTargetIdWithLabel<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
-
(edge) -> (targetId, label)
- ToTargetIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ToTargetIdWithLabel
-
- ToTFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
-
graphTransaction => fsmGraph
- ToTFSMGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToTFSMGraph
-
- ToUndirectedAdjacencyList - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
(G, V, E) => adjacencyList
for undirected graph
- ToUndirectedAdjacencyList() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToUndirectedAdjacencyList
-
- TPGMProto - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
- TPGMProto.TemporalEdge - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalEdge
- TPGMProto.TemporalEdge.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalEdge
- TPGMProto.TemporalEdgeOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
-
- TPGMProto.TemporalGraphHead - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalGraphHead
- TPGMProto.TemporalGraphHead.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalGraphHead
- TPGMProto.TemporalGraphHeadOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
-
- TPGMProto.TemporalVertex - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalVertex
- TPGMProto.TemporalVertex.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
-
Protobuf type TemporalVertex
- TPGMProto.TemporalVertexOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
-
- TransactionalData<V extends Vertex> - Class in org.gradoop.flink.algorithms.btgs.functions
-
Filters transactional vertices.
- TransactionalData() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.TransactionalData
-
- TransactionalFSM - Class in org.gradoop.flink.algorithms.fsm
-
Gradoop operator wrapping the DIMSpan algorithm for transactional frequent subgraph mining.
- TransactionalFSM(float) - Constructor for class org.gradoop.flink.algorithms.fsm.TransactionalFSM
-
Constructor.
- TransactionalFSM(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.TransactionalFSM
-
Unit testing constructor.
- TransactionalFSMBase - Class in org.gradoop.flink.algorithms.fsm.transactional.tle
-
Superclass of frequent subgraph implementations in the graph transaction setting.
- TransactionalFSMBase(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
-
Constructor.
- TransactionalPatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.transactional
-
Operator to match a given pattern on a graph collection
- TransactionalPatternMatching(String, PatternMatchingAlgorithm, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.TransactionalPatternMatching
-
Constructor
- TransactionEdges<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
-
(graphHead, {vertex,..}, {edge,..}) => edge,..
- TransactionEdges() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionEdges
-
- TransactionFromSets - Class in org.gradoop.flink.model.impl.functions.epgm
-
(graphHead) =|><| (graphId,{vertex,..},{edge,..}) => (graphHead,{vertex,..},{edge,..})
- TransactionFromSets() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionFromSets
-
- TransactionGraphHead<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
-
(graphHead, {vertex,..}, {edge,..}) => graphHead
- TransactionGraphHead() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionGraphHead
-
- TransactionVertices<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
-
(graphHead, {vertex,..}, {edge,..}) => vertex,..
- TransactionVertices() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionVertices
-
- transform(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Transforms the elements of the base graph using the given transformation functions.
- Transformation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.transformation
-
The modification operators is a unary graph operator that takes a base
graph as input and applies user defined modification functions on the
elements of that graph as well as on its graph head.
- Transformation(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
Creates a new operator instance.
- TransformationFunction<EL extends Attributed & Labeled> - Interface in org.gradoop.flink.model.api.functions
-
A serializable function that is applied on an EPGM element (i.e.
- TransformBase<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
-
Initializes the current version and executes the transformation function.
- TransformBase(TransformationFunction<EL>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformBase
-
Constructor
- transformCNF(CNF) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.QueryTransformation
-
Applies a transformation on a CNF
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraints
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInference
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.MinMaxUnfolding
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Normalization
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictions
-
- transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialTautologies
-
- TransformEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
-
Transformation map function for edges.
- TransformEdge(TransformationFunction<E>, EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformEdge
-
Constructor
- transformEdges(GraphTransaction, Map<GradoopId, Integer>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
-
Transforms a graph's edges.
- transformEdges(TransformationFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Transforms the edges of the base graph using the given transformation function.
- transformGraphHead(TransformationFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Transforms the graph head of the base graph using the given
transformation function.
- TransformGraphHead<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
-
Transformation map function for graph heads.
- TransformGraphHead(TransformationFunction<G>, GraphHeadFactory<G>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphHead
-
Constructor
- TransformGraphTransaction<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
-
Transformation map function for graph transactions.
- TransformGraphTransaction(GraphHeadFactory<G>, TransformationFunction<G>, VertexFactory<V>, TransformationFunction<V>, EdgeFactory<E>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphTransaction
-
Constructor
- TransformLongPropertiesToDateTime<TE extends TemporalElement> - Class in org.gradoop.examples.common.functions
-
- TransformLongPropertiesToDateTime(String...) - Constructor for class org.gradoop.examples.common.functions.TransformLongPropertiesToDateTime
-
Creates an instance of this temporal transformation function.
- transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
-
Default transformation from class K to a Gelly Graph.
- transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
-
- transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
-
Default transformation from a Gradoop Graph to a Gelly Graph.
- transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
-
- TransformVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
-
Transformation map function for vertices.
- TransformVertex(TransformationFunction<V>, VertexFactory<V>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformVertex
-
Constructor
- transformVertices(GraphTransaction, Map<GradoopId, Integer>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
-
Transforms a graph's vertices.
- transformVertices(TransformationFunction<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Transforms the vertices of the base graph using the given transformation
function.
- TransposeVertexGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
-
Takes a group of
VertexGroupItem as input where each item represents
the same group but stores a unique super vertex ids.
- TransposeVertexGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.TransposeVertexGroupItems
-
Creates group reduce function.
- Traversal<C extends Comparable<C>> - Class in org.gradoop.flink.representation.transactional.traversalcode
-
DFSStep of an embedding.
- Traversal(int, C, boolean, C, int, C) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.Traversal
-
Constructor
- TraversalCode - Class in org.gradoop.flink.model.impl.operators.matching.common.query
-
A traversal code represents a traversal through a query graph.
- TraversalCode() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
-
Initialize a new traversal code
- TraversalCode<C extends Comparable<C>> - Class in org.gradoop.flink.representation.transactional.traversalcode
-
Represents a graph by the log of a depth first search.
- TraversalCode() - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
Default constructor.
- TraversalCode(Traversal<C>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
Constructor.
- TraversalCode(TraversalCode<C>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
-
Constructor.
- TraversalEmbedding - Class in org.gradoop.flink.representation.transactional.traversalcode
-
Mapping between an embedding and a DFS code.
- TraversalEmbedding(List<GradoopId>, List<GradoopId>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
Constructor.
- TraversalEmbedding() - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
Default constructor.
- TraversalEmbedding(TraversalEmbedding) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
-
Constructor.
- traverse() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
-
- traverse(long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
-
- traverse(long) - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.RootedTraverser
-
Traverse the query graph starting at the given vertex.
- traverse() - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
-
Traverse the graph.
- traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
-
- traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
-
- traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairTraverser
-
Traverses the graph, thereby extracting embeddings of a given pattern.
- traverse(DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
-
- traverse(DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleTraverser
-
Traverses the graph, thereby extracting embeddings of a given pattern.
- Traverser - Interface in org.gradoop.flink.model.impl.operators.matching.common.query
-
Used to traverse a query graph.
- TraverserStrategy - Enum in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Defines the strategy to traverse the graph.
- Triple - Class in org.gradoop.flink.model.impl.operators.matching.common.query
-
A triple representation of a query edge.
- Triple(Vertex, Edge, Vertex) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
-
Creates a new triple using the specified query elements.
- Triple - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
-
This class represents a Triple.
- Triple() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Default Constructor
- Triple(EPGMVertex, EPGMEdge, EPGMVertex) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
-
Creates a new Triple
- TripleForLoopTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Extracts
Embeddings iteratively from a given graph by traversing the
graph according to a given
TraversalCode.
- TripleForLoopTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
-
Creates a new distributed traverser.
- TripleForLoopTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
-
Creates a new distributed traverser.
- TripleHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
-
Filters edge triples if their candidates contain a given candidate.
- TripleHasCandidate(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.TripleHasCandidate
-
Constructor
- TripleTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
-
Traverses a graph represented by one DataSets containing triplets.
- TripleWithCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
-
Represents an edge, source and target vertex triple that matches at least one
triple in the data graph.
- TripleWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
-
- TripleWithDirection - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
-
Represents an edge-source-target triple and its query candidates.
- TripleWithDirection() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
-
- TripleWithSourceEdgeCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
-
Represents a triple with source and edge candidates.
- TripleWithSourceEdgeCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
-
- TrivialContradictions - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Looks for trivial contradictions like a.tx_from > a.tx_to or (b.prop!=b.prop).
- TrivialContradictions() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictions
-
- TrivialTautologies - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
-
Looks for trivial tautologies like a.tx_from <= a.tx_to or (b.prop=b.prop).
- TrivialTautologies() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialTautologies
-
- True<T> - Class in org.gradoop.flink.model.impl.functions.bool
-
Logical "TRUE" as Flink function.
- True() - Constructor for class org.gradoop.flink.model.impl.functions.bool.True
-
- truncateTables() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
-
Truncate all tables handled by this store instance, i.e.
- truncateTables() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
-
First disable, then truncate all tables handled by this store instance, i.e.
- tryCleanupOnError() - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
-
- Tuple1With1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
-
Maps something to numeric ONE in a tuple 1.
- Tuple1With1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple1With1L
-
- Tuple1WithId<EL extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.epgm
-
element => (elementId)
- Tuple1WithId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Tuple1WithId
-
- Tuple2FromTupleWithObjectAnd1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
-
(object) -> (object, 1L)
- Tuple2FromTupleWithObjectAnd1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple2FromTupleWithObjectAnd1L
-
Constructor
- Tuple2ToWithCount<T> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(object, count) -> WithCount(object, count)
- Tuple2ToWithCount() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Tuple2ToWithCount
-
- Tuple2WithObjectAnd1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
-
object => (object, 1)
- Tuple2WithObjectAnd1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple2WithObjectAnd1L
-
Constructor
- tuplesFromCollection(BaseGraphCollection<?, ?, ?, ?, ?>) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Creates the meta data for the given graph collection.
- tuplesFromElements(DataSet<E>) - Static method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Creates the meta data for the specified data set of elements.
- tuplesFromGraph(BaseGraph<?, ?, ?, ?, ?>) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Creates the meta data for the given graph.
- TxCollectionLayout - Class in org.gradoop.flink.model.impl.layouts.transactional
-
- TxCollectionLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.transactional
-
- TxCollectionLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
-
- TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- Type - Enum in org.gradoop.common.model.impl.properties
-
- VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- ValidateNeighborhood - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Validates the neighborhood of a
FatVertex according to the query.
- ValidateNeighborhood(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidateNeighborhood
-
Constructor
- validDuring(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
-
Extracts a snapshot of this temporal graph using the temporal predicate
VALID DURING (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
- ValidDuring - Class in org.gradoop.temporal.model.impl.functions.predicates
-
Implementation of the ValidDuring temporal predicate.
- ValidDuring(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
-
Creates a ValidDuring instance with the given time stamps.
- ValidDuring(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
-
Creates a ValidDuring instance with the given time stamps.
- ValidFatVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
-
Filters a
FatVertex if it has query candidates.
- ValidFatVertices() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidFatVertices
-
- VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
-
- VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
-
- VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
-
- VALUE - Static variable in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
-
constant string for accessing broadcast variable "property values"
- Value0Of2<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1) => f0
- Value0Of2() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of2
-
- Value0Of2ToId<EL extends Element,T> - Class in org.gradoop.flink.model.impl.operators.cloning.functions
-
Maps the second value of a Tuple2 to its gradoop id.
- Value0Of2ToId() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.functions.Value0Of2ToId
-
- Value0Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1,f2) => f0
- Value0Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of3
-
- Value0Of4<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1,f2) => f0
- Value0Of4() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of4
-
- Value1Of2<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1) => f0
- Value1Of2() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value1Of2
-
- Value1Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1,f2) => f1
- Value1Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value1Of3
-
- Value2Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(f0,f1,f2) => f2
- Value2Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value2Of3
-
- VALUE_ADDED - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
-
The property value used to indicate that an element was added in the second snapshot.
- VALUE_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
-
Used to separate the property values in the CSV files.
- VALUE_EQUAL - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
-
The property value used to indicate that an element is equal in both snapshots.
- VALUE_REMOVED - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
-
The property value used to indicate that an element was removed in the second snapshot.
- ValueJoin - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
-
This operator joins two possibly disjunct data sets by predicates only concerning properties.
- ValueJoin(DataSet<Embedding>, DataSet<Embedding>, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
-
New value equi join operator
- ValueJoin(DataSet<Embedding>, DataSet<Embedding>, List<Integer>, List<Integer>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
-
New value equi join operator
- ValueJoinNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
-
- ValueJoinNode(PlanNode, PlanNode, List<Pair<String, String>>, List<Pair<String, String>>, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
-
Creates a new node.
- ValueJoinNode(PlanNode, PlanNode, List<Pair<String, String>>, List<Pair<String, String>>, MatchStrategy, MatchStrategy, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
-
Creates a new node.
- valueOf(String) - Static method in enum org.gradoop.common.model.impl.properties.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.common.util.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.dataintegration.transformation.impl.config.EdgeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.dataintegration.transformation.impl.Neighborhood.EdgeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DataflowStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DictionaryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.grouping.GroupingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector.NeighborType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.common.MatchStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData.EntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.utils.ExpandDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TraverserStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood.EdgeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling.VertexEdgeSamplingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.subgraph.Subgraph.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.temporal.model.api.TimeDimension.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.temporal.model.api.TimeDimension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gradoop.temporal.model.impl.operators.metric.functions.AggregationType
-
Returns the enum constant of this type with the specified name.
- ValueOf1<T> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(x) => x
- ValueOf1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ValueOf1
-
- ValueOfWithCount<T> - Class in org.gradoop.flink.model.impl.functions.tuple
-
(object, count) => object
- ValueOfWithCount() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ValueOfWithCount
-
- values() - Static method in enum org.gradoop.common.model.impl.properties.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.common.util.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.dataintegration.transformation.impl.config.EdgeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.dataintegration.transformation.impl.Neighborhood.EdgeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DataflowStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DictionaryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.grouping.GroupingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector.NeighborType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.common.MatchStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData.EntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.utils.ExpandDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TraverserStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood.EdgeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling.VertexEdgeSamplingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.flink.model.impl.operators.subgraph.Subgraph.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.temporal.model.api.TimeDimension.Field
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.temporal.model.api.TimeDimension
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gradoop.temporal.model.impl.operators.metric.functions.AggregationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueWeaklyConnectedComponents<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents
-
A gradoop operator wrapping Flinks ScatterGatherIteration-Algorithm for ConnectedComponents
ConnectedComponents.
- ValueWeaklyConnectedComponents(int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
-
Creates an instance of this operator to calculate the connected components of a graph.
- VARIABLE_MAPPING_KEY - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
-
The property key used to stored the variable mappings inside the GraphHead properties
- VARIABLE_MAPPING_KEY - Static variable in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
-
The property key used to stored the variable mappings inside the GraphHead properties
- VCIComputeFunction - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
- VCIComputeFunction(double, long) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
-
Creates an instance of VCIComputeFunction.
- VCIVertexValue - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
The vertex value used for the Gelly vertex centric iteration.
- VCIVertexValue() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
-
Creates an empty instance of VCIVertexValue.
- Vector - Class in org.gradoop.flink.model.impl.operators.layouting.util
-
Simple helper-class for some vector-math.
- Vector(double, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Construct a vector from x and y coordinates
- Vector() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Vector
-
Construct new zero-Vector
- verify() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Verifies each graph of this collection, removing dangling edges, i.e.
- verify() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Verifies this graph, removing dangling edges, i.e.
- Verify<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
-
Verifies a graph's edge set, removing dangling edges, i.e.
- Verify() - Constructor for class org.gradoop.flink.model.impl.operators.verify.Verify
-
- VerifyAndUpdateEdgeValidity - Class in org.gradoop.temporal.model.impl.operators.verify
-
Verifies the edge set of a graph.
- VerifyAndUpdateEdgeValidity() - Constructor for class org.gradoop.temporal.model.impl.operators.verify.VerifyAndUpdateEdgeValidity
-
- VerifyCollection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
-
Verifies the edge set for each graph in a collection, removing dangling edges, i.e.
- VerifyCollection() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyCollection
-
- verifyGraphContainment() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Verifies this graph, removing dangling graph ids from its elements,
i.e.
- VerifyGraphContainment<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
-
Verifies a graphs elements, removing dangling graph ids, i.e.
- VerifyGraphContainment() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyGraphContainment
-
- verifyGraphsContainment() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
-
Verifies this graph collection, removing dangling graph ids from its elements,
i.e.
- VerifyGraphsContainment<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
-
Verifies a collections elements, removing dangling graph ids, i.e.
- VerifyGraphsContainment() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyGraphsContainment
-
- VerifyPattern - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
-
DFS code => true, if minimal
- VerifyPattern(GSpanLogic, DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.VerifyPattern
-
Constructor.
- Vertex - Interface in org.gradoop.common.model.api.entities
-
Describes data assigned to a vertex.
- VERTEX - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
-
gradoop vertex table name
- VERTEX_DICTIONARY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
-
Vertex label dictionary.
- VERTEX_DICTIONARY - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
String used to identify the vertex dictionary on broadcast.
- VERTEX_INDICES_BROADCAST_SET - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
-
Name of the broadcast set containing the graphs vertex indices.
- VERTEX_MAPPING - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Broadcast set name for vertex mapping
- VERTEX_SIZE_PROPERTY - Static variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
-
Name of the property that will contain the number of sub-vertices or sub-edges for a vertex or
edge
- VERTEX_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
-
Symbol identifying a line to represent a vertex.
- VERTEX_TUPLE_ID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The index of the vertex ID in the tuple-representation of a vertex.
- VERTEX_TUPLE_RESERVED - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The number of reserved fields in the tuple-representation of a vertex.
- VERTEX_TUPLE_SUPERID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
-
The index of the super vertex ID in the tuple-representation of a vertex.
- VERTEX_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
-
Used to tag a vertex entity.
- VertexAggregateFunction - Interface in org.gradoop.flink.model.api.functions
-
Describes a vertex aggregate function as input for the
Aggregation operator.
- vertexAggregateFunctions - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Stores aggregation functions for vertices.
- VertexCentricAverageDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
-
A TPGM operator which calculates the average degree of a given vertex referenced via its vertexId
within a given time interval: start queryFrom, end queryTo.
- VertexCentricAverageDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolution
-
Creates an instance of this temporal average vertex degree operator.
- VertexCentricMaxDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
-
A TPGM operator calculating the maximum degree of a given vertex referenced via its vertexId
within a given time interval: start queryFrom, end queryTo.
- VertexCentricMaxDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolution
-
Creates an instance of this temporal vertex-centric maximum degree aggregation operator.
- VertexCentricMinDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
-
A TPGM operator calculating the minimum degree of a given vertex referenced via its vertexId
within a given time interval: start queryFrom, end queryTo.
- VertexCentricMinDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolution
-
Creates an instance of this temporal vertex-centric minimum degree aggregation operator.
- vertexColor - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Color of vertices
- vertexColor(Color) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value vertexColor
- VertexCompareFunction - Interface in org.gradoop.flink.model.impl.operators.layouting.functions
-
A function that can calculate the similarity between two vertices.
- VertexCount - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
-
Aggregate function returning the vertex count of a graph / graph collection.
- VertexCount() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.VertexCount
-
Creates a new instance of a VertexCount aggregate function.
- VertexCount(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.VertexCount
-
Creates a new instance of a VertexCount aggregate function.
- VertexCount - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the number of vertices in the given graph.
- VertexCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexCount
-
- VertexCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
-
- VertexCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.VertexCountPreparer
-
- VertexDeduplication<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.dataintegration.transformation
-
Deduplicates vertices based on some attribute.
- VertexDeduplication(String, List<String>) - Constructor for class org.gradoop.dataintegration.transformation.VertexDeduplication
-
Creates a new instance of this vertex deduplication operator.
- VertexDegree - Enum in org.gradoop.flink.model.impl.operators.sampling.functions
-
Keeps the types of vertex-degrees and their respective property names.
- VertexDegreeDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the distribution of vertex degrees.
- VertexDegreeDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexDegreeDistribution
-
- VertexDegrees - Class in org.gradoop.flink.model.impl.operators.statistics
-
Computes the vertex degree for each vertex.
- VertexDegrees() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexDegrees
-
- VertexFactory<V extends Vertex> - Interface in org.gradoop.common.model.api.entities
-
Initializes
Vertex objects of a given type.
- vertexFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
-
vertex Factory
- vertexFilterFunction - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
-
Used to filter vertices from the graph.
- VertexFromId<V extends Vertex> - Class in org.gradoop.flink.model.impl.functions.epgm
-
- VertexFromId(VertexFactory<V>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.VertexFromId
-
Create new function.
- VertexFusion - Class in org.gradoop.flink.model.impl.operators.fusion
-
Fusion is a binary operator taking two graphs: a search graph (first parameter) and a
pattern graph (second parameter) [This means that this is not a symmetric operator
(F(a,b) != F(b,a))].
- VertexFusion() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
-
- VertexFusor - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Simplifies the graph by combining similar vertices to super-vertices using a
Comparison-Function and a threshold.
- VertexFusor(VertexCompareFunction, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
-
Construct new VertexFusor
- VertexFusor.CandidateGenerator - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Finds out if two given vertices could be merged into one and how "good" this merge would be.
- VertexFusor.SuperVertexGenerator - Class in org.gradoop.flink.model.impl.operators.layouting.functions
-
Combines multiple vertices into a single super-vertex.
- vertexGroupingKeys - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
-
Stores grouping keys for vertices.
- VertexGroupItem - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
-
Vertex representation used for grouping vertices to super vertices.
- VertexGroupItem() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
-
- VertexHandler - Interface in org.gradoop.storage.hbase.impl.api
-
Responsible for reading and writing vertex data from and to HBase.
- VertexHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
-
Filters vertices if their candidates contain a given candidate.
- VertexHasCandidate(TraversalCode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.VertexHasCandidate
-
Constructor
- VertexIdsFromEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Returns a tuple which contains the source id and target id of an edge or a tuple which contains
the target id and the source id of the same edge.
- VertexIdsFromEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsFromEdge
-
Constructor which initiates a mapping to tuple of source id and target id.
- VertexIdsFromEdge(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsFromEdge
-
Valued constructor.
- VertexIdsWithEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Returns a tuple which contains the source id and the edge and a tuple which contains the
target id and same edge.
- VertexIdsWithEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsWithEdge
-
Constructor which instantiates the reuse tuple.
- vertexInducedSubgraph(FilterFunction<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
-
Returns the subgraph that is induced by the vertices which fulfill the given filter function.
- VertexInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
-
gradoop accumulo vertex input format
- VertexInputFormat(Properties, AccumuloQueryHolder<EPGMVertex>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
-
vertex input format constructor
- vertexLabel - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Name of the property that should be drawn as vertex 'heading'.
- vertexLabel(String) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value vertexLabel
- VertexLabelDecoder - Class in org.gradoop.flink.io.impl.tlf.functions
-
Maps the vertex dictionary to a given graph transaction.
- VertexLabelDecoder() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.VertexLabelDecoder
-
- VertexLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
-
Convenience operator to compute the vertex label distribution.
- VertexLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexLabelDistribution
-
- VertexLabeledEdgeListDataSource - Class in org.gradoop.flink.io.impl.edgelist
-
- VertexLabeledEdgeListDataSource(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
-
Creates a new data source.
- VertexLabelList - Class in org.gradoop.flink.io.impl.tlf.functions
-
Collects all vertex labels.
- VertexLabelList() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.VertexLabelList
-
- VertexLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
-
transaction -> (vertexLabel,1L),..
- VertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.VertexLabels
-
- vertexLabelSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Font-size of the vertex-heading
- vertexLabelSize(int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value vertexLabelSize
- vertexMap - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
-
Mapping gradoopId -> propertyValue
The value is used to represent the vertex with the corresponding id.
- vertexMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
-
Mapping between a graph labels and their associated property meta data.
- VertexNeighborhood<LG extends BaseGraph> - Class in org.gradoop.flink.model.impl.operators.neighborhood
-
Super class for all vertex neighborhood operators.
- VertexPostProcessingMap<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
-
Extends the properties of the vertices by the clusterId and the spatial properties of the cluster
- VertexPostProcessingMap(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.VertexPostProcessingMap
-
Initializes a VertexProcessingMap instance with the spatial property names of the vertices
- VertexPropertyToEdgePropertyJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
-
Reads a vertex property and stores it to an edge property, using the given property key.
- VertexPropertyToEdgePropertyJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.VertexPropertyToEdgePropertyJoin
-
Constructor with property key.
- VertexRollUp - Class in org.gradoop.flink.model.impl.operators.rollup
-
Applies the groupBy-operator multiple times on a logical graph using different combinations of
the given vertex grouping keys according to the definition of the rollUp operation in SQL.
- VertexRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.rollup.VertexRollUp
-
- VertexRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
-
Root parquet group converter for EPGM vertices.
- VertexRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.VertexRootConverter
-
Creates a new root converter for EPGM vertices.
- VertexScaleMap - Class in org.gradoop.flink.io.impl.image.functions
-
Function to align vertices to image without additional zooming.
- VertexScaleMap(double, double) - Constructor for class org.gradoop.flink.io.impl.image.functions.VertexScaleMap
-
Constructor
- vertexSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Size of the vertex-symbols (px)
- vertexSize(int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
-
Sets optional value vertexSize
- VertexStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
-
- VertexStep() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
-
- VertexString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
-
(graphId, vertexId, label)
- VertexString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
-
default constructor
- VertexString(GradoopId, GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
-
constructor with field values
- VertexTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
-
Reads vertex data from HBase.
- VertexTableInputFormat(VertexHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
-
Creates an vertex table input format.
- VertexToCSVVertex - Class in org.gradoop.flink.io.impl.csv.functions
-
- VertexToCSVVertex() - Constructor for class org.gradoop.flink.io.impl.csv.functions.VertexToCSVVertex
-
- VertexToDataString<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents a vertex by a data string (label and properties)
- VertexToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToDataString
-
- VertexToDegreeMap<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
A map from a vertex to its degree.
- VertexToDegreeMap(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.VertexToDegreeMap
-
Creates an instance of this map transformation.
- VertexToEdge - Class in org.gradoop.dataintegration.transformation
-
For a given vertex label this graph transformation takes all neighbors per vertex with this
label and calculates the transitive closure for this subgraph.
- VertexToEdge(String, String) - Constructor for class org.gradoop.dataintegration.transformation.VertexToEdge
-
The constructor of the operator to transform vertices into edges.
- VertexToFieldOne<P,Q,V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Puts the vertex to the second field of the tuple.
- VertexToFieldOne() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldOne
-
- VertexToFieldZero<P,Q,V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
-
Puts the vertex to the first field of the tuple.
- VertexToFieldZero() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldZero
-
- VertexToGellyVertex<V extends Vertex,VV> - Interface in org.gradoop.flink.algorithms.gelly.functions
-
Convert a Gradoop
Vertex to a Gelly Vertex.
- VertexToGellyVertexWithGradoopId<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
-
Maps Gradoop vertex to a Gelly vertex with the
GradoopId as its id and value.
- VertexToGellyVertexWithGradoopId() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithGradoopId
-
Constructor.
- VertexToGellyVertexWithNullValue<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
-
Maps Gradoop Vertex to a Gelly vertex with the
GradoopId as its id.
- VertexToGellyVertexWithNullValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithNullValue
-
Constructor.
- VertexToGellyVertexWithPropertyValue<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
-
- VertexToGellyVertexWithPropertyValue(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithPropertyValue
-
Constructor
- VertexToIdString<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
-
represents a vertex by an id string
- VertexToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToIdString
-
- VertexToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
-
Creates a protobuf
EPGMProto.Vertex.Builder from an
EPGMVertex.
- VertexToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.VertexToProtobufObject
-
- VertexToString<V extends Vertex> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
-
string representation of a vertex
- VertexToTemporalVertex<V extends Vertex> - Class in org.gradoop.temporal.model.impl.functions.tpgm
-
Initializes a
TemporalVertex from a
Vertex instance by setting either
default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
- VertexToTemporalVertex(VertexFactory<TemporalVertex>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.VertexToTemporalVertex
-
Creates an instance of the TemporalVertexFromNonTemporal map function.
- VertexToTemporalVertex(VertexFactory<TemporalVertex>, TimeIntervalExtractor<V>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.VertexToTemporalVertex
-
Creates an instance of the TemporalVertexFromNonTemporal map function.
- vertexTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
-
Modification function for vertices
- VertexValueDistribution<T> - Class in org.gradoop.flink.model.impl.operators.statistics
-
Extracts an arbitrary value (e.g.
- VertexValueDistribution(MapFunction<EPGMVertex, T>) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexValueDistribution
-
Constructor
- VertexWithDegreeFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
-
Retains all vertices which do not have the given degree.
- VertexWithDegreeFilter(long, String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.VertexWithDegreeFilter
-
Constructor
- VertexWithSuperVertex - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
-
Representation of a vertex id and its corresponding vertex group representative.
- VertexWithSuperVertex() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
-
- VertexWithVisitedSourceTargetIdJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Joins an Gradoop vertex with the source- resp.
- VertexWithVisitedSourceTargetIdJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VertexWithVisitedSourceTargetIdJoin
-
Creates an instance of VertexWithVisitedSourceTargetIdJoin with a given property key.
- VertexWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
-
Parquet write support for EPGM vertices.
- VertexWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.VertexWriteSupport
-
- VertexZoomMap - Class in org.gradoop.flink.io.impl.image.functions
-
Function to align vertices to increased image size.
- VertexZoomMap(int, int, int) - Constructor for class org.gradoop.flink.io.impl.image.functions.VertexZoomMap
-
Constructor
- VISITED_VERTICES_AGGREGATOR_NAME - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
-
Name for the LongSumAggregator used for counting the visited vertices.
- VisitedGellyEdgesWithLongIdToGradoopIdJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
-
Joins an edge index with its index-to-GradoopId-mapping to replace the index with the GradoopId.
- VisitedGellyEdgesWithLongIdToGradoopIdJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VisitedGellyEdgesWithLongIdToGradoopIdJoin
-